Html Css Color HEX #DAFA8C Reef

📋 copy color: '#DAFA8C'

red 218 ◦ green 250 ◦ blue 140

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

Shades of Reef #DAFA8C

Tints of Reef #DAFA8C

RGB

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

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

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

R = 35.86%
G = 41.12%
B = 23.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DAFA8C (or 0xDAFA8C) is known color: Reef. HEX triplet: DA, FA and 8C. RGB value is (218,250,140). Sum of RGB (Red+Green+Blue) = 218+250+140=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA8C is #250573. Grayscale: #E4E4E4. Windows color (decimal): -2426228 or 9239258. OLE color: 9239258.

HSL color Cylindrical-coordinate representation of color #DAFA8C: hue angle of 77.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAFA8C is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 140 -
CMYK 0.13 0 0.44 0.02
HSL 77.45º 0.92% 0.76% -
HSV(B) 77.45º 0.44% 0.98% -
XYZ 67.83 85.17 37.68 -
YUV 227.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 218 250 140 0.13 0 0.44 0.02 77.45 0.92 0.76
Hex DA FA 8C D 0 2C 2 4D 5C 4C
Octal 332 372 214 15 0 54 2 115 134 114
Binary 11011010 11111010 10001100 1101 0 101100 10 1001101 1011100 1001100

Color Harmonies of #DAFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA8C

Black with #DAFA8C

Text Example


Text Example

White with #DAFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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