#D1EF4B

Color #D1EF4B Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D1EF4B

Tints of Pear #D1EF4B

Color information

#D1EF4B (or 0xD1EF4B) is unknown color: approx Pear. HEX triplet: D1, EF and 4B. RGB value is (209,239,75). Sum of RGB (Red+Green+Blue) = 209+239+75=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EF4B is #2E10B4. Grayscale: #D3D3D3. Windows color (decimal): -3018933 or 4976593. OLE color: 4976593.

HSL color Cylindrical-coordinate representation of color #D1EF4B: hue angle of 70.98º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1EF4B is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB20923975-
CMYK0.1300.690.06
HSL70.98º83.67%61.57%-
HSV(B)70.98º68.62%93.73%-
XYZ58.4375.818.21-
YUV211.3351.06126.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 239 (93.75% from 255) = 45.70%
BLUE value IS 75 (29.69% from 255) = 14.34%
R=39.96%
G=45.70%
B=14.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal209239750.1300.690.0670.9883.6761.57
HexD1EF4BD045647543e
Octal321357113150105610712476
Binary1101000111101111100101111010100010111010001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EF4B; }

 p { color: rgb(209,239,75); }

 H1.HeaderClassName
 {
   color: #D1EF4B;
 }
 .AnyTagClassName
 {
   color: #D1EF4B;
 }
</style>
background-color css

<style>
 a { background-color: #D1EF4B; }

 a { background-color: rgb(209,239,75); }

 div.DivClassName
 {
   background-color: #D1EF4B;
 }
 .BgClassName
 {
   background-color: #D1EF4B;
 }
</style>
border-color css

<style>
 span { border-color: #D1EF4B; }

 span { border-color: rgb(209,239,75); }

 td.TdClassName
 {
   border-color: #D1EF4B;
 }
 .TagClassName
 {
   border-color: #D1EF4B;
 }
</style>