Html Css Color HEX #DAFA96 Reef

📋 copy color: '#DAFA96'

red 218 ◦ green 250 ◦ blue 150

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

Shades of Reef #DAFA96

Tints of Reef #DAFA96

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.45%

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

R = 35.28%
G = 40.45%
B = 24.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#DAFA96 (or 0xDAFA96) is known color: Reef. HEX triplet: DA, FA and 96. RGB value is (218,250,150). Sum of RGB (Red+Green+Blue) = 218+250+150=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA96 is #250569. Grayscale: #E5E5E5. Windows color (decimal): -2426218 or 9894618. OLE color: 9894618.

HSL color Cylindrical-coordinate representation of color #DAFA96: hue angle of 79.2º degrees, saturation: 0.91, 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 #DAFA96 is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 150 -
CMYK 0.13 0 0.4 0.02
HSL 79.2º 0.91% 0.78% -
HSV(B) 79.2º 0.4% 0.98% -
XYZ 68.6 85.48 41.74 -
YUV 229.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 218 250 150 0.13 0 0.4 0.02 79.2 0.91 0.78
Hex DA FA 96 D 0 28 2 4F 5B 4E
Octal 332 372 226 15 0 50 2 117 133 116
Binary 11011010 11111010 10010110 1101 0 101000 10 1001111 1011011 1001110

Color Harmonies of #DAFA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA96

Black with #DAFA96

Text Example


Text Example

White with #DAFA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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