Html Css Color HEX #DAEF8C Reef

📋 copy color: '#DAEF8C'

red 218 ◦ green 239 ◦ blue 140

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

Shades of Reef #DAEF8C

Tints of Reef #DAEF8C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.03%

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

R = 36.52%
G = 40.03%
B = 23.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#DAEF8C (or 0xDAEF8C) is known color: Reef. HEX triplet: DA, EF and 8C. RGB value is (218,239,140). Sum of RGB (Red+Green+Blue) = 218+239+140=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEF8C is #251073. Grayscale: #DDDDDD. Windows color (decimal): -2429044 or 9236442. OLE color: 9236442.

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

Color convert

RGB 218 239 140 -
CMYK 0.09 0 0.41 0.06
HSL 72.73º 0.76% 0.74% -
HSV(B) 72.73º 0.41% 0.94% -
XYZ 64.51 78.53 36.57 -
YUV 221.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 218 239 140 0.09 0 0.41 0.06 72.73 0.76 0.74
Hex DA EF 8C 9 0 29 6 49 4C 4A
Octal 332 357 214 11 0 51 6 111 114 112
Binary 11011010 11101111 10001100 1001 0 101001 110 1001001 1001100 1001010

Color Harmonies of #DAEF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEF8C

Black with #DAEF8C

Text Example


Text Example

White with #DAEF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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