Html Css Color HEX #DAF996 Reef

📋 copy color: '#DAF996'

red 218 ◦ green 249 ◦ blue 150

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

Shades of Reef #DAF996

Tints of Reef #DAF996

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.36%

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

R = 35.33%
G = 40.36%
B = 24.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#DAF996 (or 0xDAF996) is known color: Reef. HEX triplet: DA, F9 and 96. RGB value is (218,249,150). Sum of RGB (Red+Green+Blue) = 218+249+150=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF996 is #250669. Grayscale: #E4E4E4. Windows color (decimal): -2426474 or 9894362. OLE color: 9894362.

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

Color convert

RGB 218 249 150 -
CMYK 0.12 0 0.40 0.02
HSL 78.79º 0.89% 0.78% -
HSV(B) 78.79º 0.4% 0.98% -
XYZ 68.29 84.86 41.63 -
YUV 228.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 218 249 150 0.12 0 0.40 0.02 78.79 0.89 0.78
Hex DA F9 96 C 0 28 2 4F 59 4E
Octal 332 371 226 14 0 50 2 117 131 116
Binary 11011010 11111001 10010110 1100 0 101000 10 1001111 1011001 1001110

Color Harmonies of #DAF996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF996

Black with #DAF996

Text Example


Text Example

White with #DAF996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF996; }

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

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

background-color css

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

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

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

border-color css

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

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

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