Html Css Color HEX #DAF896 Reef

📋 copy color: '#DAF896'

red 218 ◦ green 248 ◦ blue 150

#DAF896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DAF896

Tints of Reef #DAF896

RGB

 RED value IS 218 (85.55% from 255) = 35.39%

 GREEN value IS 248 (97.27% from 255) = 40.26%

 BLUE value IS 150 (58.98% from 255) = 24.35%

R = 35.39%
G = 40.26%
B = 24.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#DAF896 (or 0xDAF896) is known color: Reef. HEX triplet: DA, F8 and 96. RGB value is (218,248,150). Sum of RGB (Red+Green+Blue) = 218+248+150=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF896 is #250769. Grayscale: #E4E4E4. Windows color (decimal): -2426730 or 9894106. OLE color: 9894106.

HSL color Cylindrical-coordinate representation of color #DAF896: hue angle of 78.37º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF896 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 150 -
CMYK 0.12 0 0.40 0.03
HSL 78.37º 0.88% 0.78% -
HSV(B) 78.37º 0.4% 0.97% -
XYZ 67.99 84.24 41.53 -
YUV 227.86 84.06 120.97 -
System Red Green Blue C M Y K H S L
Decimal 218 248 150 0.12 0 0.40 0.03 78.37 0.88 0.78
Hex DA F8 96 C 0 28 3 4E 58 4E
Octal 332 370 226 14 0 50 3 116 130 116
Binary 11011010 11111000 10010110 1100 0 101000 11 1001110 1011000 1001110

Color Harmonies of #DAF896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF896

Black with #DAF896

Text Example


Text Example

White with #DAF896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF896; }

 p { color: rgb(218,248,150); }

 H1.HeaderClassName
 {
   color: #DAF896;
 }
 .AnyTagClassName
 {
   color: #DAF896;
 }
</style>

background-color css

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

 a { background-color: rgb(218,248,150); }

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

border-color css

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

 span { border-color: rgb(218,248,150); }

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