Html Css Color HEX #DAFC9C Reef

📋 copy color: '#DAFC9C'

red 218 ◦ green 252 ◦ blue 156

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

Shades of Reef #DAFC9C

Tints of Reef #DAFC9C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.26%

 BLUE value IS 156 (61.33% from 255) = 24.92%

R = 34.82%
G = 40.26%
B = 24.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#DAFC9C (or 0xDAFC9C) is known color: Reef. HEX triplet: DA, FC and 9C. RGB value is (218,252,156). Sum of RGB (Red+Green+Blue) = 218+252+156=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC9C is #250363. Grayscale: #E7E7E7. Windows color (decimal): -2425700 or 10288346. OLE color: 10288346.

HSL color Cylindrical-coordinate representation of color #DAFC9C: hue angle of 81.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAFC9C is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 156 -
CMYK 0.13 0 0.38 0.01
HSL 81.25º 0.94% 0.8% -
HSV(B) 81.25º 0.38% 0.99% -
XYZ 69.72 86.93 44.56 -
YUV 230.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 218 252 156 0.13 0 0.38 0.01 81.25 0.94 0.8
Hex DA FC 9C D 0 26 1 51 5E 50
Octal 332 374 234 15 0 46 1 121 136 120
Binary 11011010 11111100 10011100 1101 0 100110 1 1010001 1011110 1010000

Color Harmonies of #DAFC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC9C

Black with #DAFC9C

Text Example


Text Example

White with #DAFC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC9C; }

 p { color: rgb(218,252,156); }

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

background-color css

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

 a { background-color: rgb(218,252,156); }

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

border-color css

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

 span { border-color: rgb(218,252,156); }

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