#DAFB91

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

Shades of Reef #DAFB91

Tints of Reef #DAFB91

Color information

#DAFB91 (or 0xDAFB91) is unknown color: approx Reef. HEX triplet: DA, FB and 91. RGB value is (218,251,145). Sum of RGB (Red+Green+Blue) = 218+251+145=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB91 is #25046E. Grayscale: #E5E5E5. Windows color (decimal): -2425967 or 9567194. OLE color: 9567194.

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

Color convert

RGB218251145-
CMYK0.1300.420.02
HSL78.68º92.98%77.65%-
HSV(B)78.68º42.23%98.43%-
XYZ68.5285.9439.77-
YUV229.0580.57120.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 145 (57.03% from 255) = 23.62%
R=35.50%
G=40.88%
B=23.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511450.1300.420.0278.6892.9877.65
HexDAFB91D02A24f5d4e
Octal332373221150522117135116
Binary1101101011111011100100011101010101010100111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB91; }

 p { color: rgb(218,251,145); }

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

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

 a { background-color: rgb(218,251,145); }

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

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

 span { border-color: rgb(218,251,145); }

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