Html Css Color HEX #DAF08D Reef

📋 copy color: '#DAF08D'

red 218 ◦ green 240 ◦ blue 141

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

Shades of Reef #DAF08D

Tints of Reef #DAF08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.54%

R = 36.39%
G = 40.07%
B = 23.54%

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

#DAF08D (or 0xDAF08D) is known color: Reef. HEX triplet: DA, F0 and 8D. RGB value is (218,240,141). Sum of RGB (Red+Green+Blue) = 218+240+141=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF08D is #250F72. Grayscale: #DEDEDE. Windows color (decimal): -2428787 or 9302234. OLE color: 9302234.

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

Color convert

RGB 218 240 141 -
CMYK 0.09 0 0.41 0.06
HSL 73.33º 0.77% 0.75% -
HSV(B) 73.33º 0.41% 0.94% -
XYZ 64.88 79.15 37.06 -
YUV 222.14 82.21 125.05 -
System Red Green Blue C M Y K H S L
Decimal 218 240 141 0.09 0 0.41 0.06 73.33 0.77 0.75
Hex DA F0 8D 9 0 29 6 49 4D 4B
Octal 332 360 215 11 0 51 6 111 115 113
Binary 11011010 11110000 10001101 1001 0 101001 110 1001001 1001101 1001011

Color Harmonies of #DAF08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF08D

Black with #DAF08D

Text Example


Text Example

White with #DAF08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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