#D6FB90

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

Shades of Reef #D6FB90

Tints of Reef #D6FB90

Color information

#D6FB90 (or 0xD6FB90) is unknown color: approx Reef. HEX triplet: D6, FB and 90. RGB value is (214,251,144). Sum of RGB (Red+Green+Blue) = 214+251+144=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FB90 is #29046F. Grayscale: #E4E4E4. Windows color (decimal): -2688112 or 9501654. OLE color: 9501654.

HSL color Cylindrical-coordinate representation of color #D6FB90: hue angle of 80.75º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6FB90 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB214251144-
CMYK0.1500.430.02
HSL80.75º93.04%77.45%-
HSV(B)80.75º42.63%98.43%-
XYZ67.2685.339.31-
YUV227.7480.74118.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 144 (56.64% from 255) = 23.65%
R=35.14%
G=41.22%
B=23.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142511440.1500.430.0280.7593.0477.45
HexD6FB90F02B2515d4d
Octal326373220170532121135115
Binary1101011011111011100100001111010101110101000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FB90; }

 p { color: rgb(214,251,144); }

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

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

 a { background-color: rgb(214,251,144); }

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

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

 span { border-color: rgb(214,251,144); }

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