Html Css Color HEX #DAF08C Reef

📋 copy color: '#DAF08C'

red 218 ◦ green 240 ◦ blue 140

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

Shades of Reef #DAF08C

Tints of Reef #DAF08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.41%

R = 36.45%
G = 40.13%
B = 23.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#DAF08C (or 0xDAF08C) is known color: Reef. HEX triplet: DA, F0 and 8C. RGB value is (218,240,140). Sum of RGB (Red+Green+Blue) = 218+240+140=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF08C is #250F73. Grayscale: #DEDEDE. Windows color (decimal): -2428788 or 9236698. OLE color: 9236698.

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

Color convert

RGB 218 240 140 -
CMYK 0.09 0 0.42 0.06
HSL 73.2º 0.77% 0.75% -
HSV(B) 73.2º 0.42% 0.94% -
XYZ 64.81 79.12 36.67 -
YUV 222.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 218 240 140 0.09 0 0.42 0.06 73.2 0.77 0.75
Hex DA F0 8C 9 0 2A 6 49 4D 4B
Octal 332 360 214 11 0 52 6 111 115 113
Binary 11011010 11110000 10001100 1001 0 101010 110 1001001 1001101 1001011

Color Harmonies of #DAF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF08C

Black with #DAF08C

Text Example


Text Example

White with #DAF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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