Html Css Color HEX #DAF08F Reef

📋 copy color: '#DAF08F'

red 218 ◦ green 240 ◦ blue 143

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

Shades of Reef #DAF08F

Tints of Reef #DAF08F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.93%

 BLUE value IS 143 (56.25% from 255) = 23.79%

R = 36.27%
G = 39.93%
B = 23.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#DAF08F (or 0xDAF08F) is known color: Reef. HEX triplet: DA, F0 and 8F. RGB value is (218,240,143). Sum of RGB (Red+Green+Blue) = 218+240+143=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF08F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF08F is #250F70. Grayscale: #DEDEDE. Windows color (decimal): -2428785 or 9433306. OLE color: 9433306.

HSL color Cylindrical-coordinate representation of color #DAF08F: hue angle of 73.61º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF08F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 143 -
CMYK 0.09 0 0.40 0.06
HSL 73.61º 0.76% 0.75% -
HSV(B) 73.61º 0.4% 0.94% -
XYZ 65.03 79.21 37.85 -
YUV 222.36 83.21 124.89 -
System Red Green Blue C M Y K H S L
Decimal 218 240 143 0.09 0 0.40 0.06 73.61 0.76 0.75
Hex DA F0 8F 9 0 28 6 4A 4C 4B
Octal 332 360 217 11 0 50 6 112 114 113
Binary 11011010 11110000 10001111 1001 0 101000 110 1001010 1001100 1001011

Color Harmonies of #DAF08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF08F

Black with #DAF08F

Text Example


Text Example

White with #DAF08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF08F; }

 p { color: rgb(218,240,143); }

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

background-color css

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

 a { background-color: rgb(218,240,143); }

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

border-color css

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

 span { border-color: rgb(218,240,143); }

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