Html Css Color HEX #DAFD9F Reef

📋 copy color: '#DAFD9F'

red 218 ◦ green 253 ◦ blue 159

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

Shades of Reef #DAFD9F

Tints of Reef #DAFD9F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.16%

 BLUE value IS 159 (62.5% from 255) = 25.24%

R = 34.6%
G = 40.16%
B = 25.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#DAFD9F (or 0xDAFD9F) is known color: Reef. HEX triplet: DA, FD and 9F. RGB value is (218,253,159). Sum of RGB (Red+Green+Blue) = 218+253+159=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD9F is #250260. Grayscale: #E8E8E8. Windows color (decimal): -2425441 or 10485210. OLE color: 10485210.

HSL color Cylindrical-coordinate representation of color #DAFD9F: hue angle of 82.34º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAFD9F is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 159 -
CMYK 0.14 0 0.37 0.01
HSL 82.34º 0.96% 0.81% -
HSV(B) 82.34º 0.37% 0.99% -
XYZ 70.3 87.66 46.02 -
YUV 231.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 218 253 159 0.14 0 0.37 0.01 82.34 0.96 0.81
Hex DA FD 9F E 0 25 1 52 60 51
Octal 332 375 237 16 0 45 1 122 140 121
Binary 11011010 11111101 10011111 1110 0 100101 1 1010010 1100000 1010001

Color Harmonies of #DAFD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD9F

Black with #DAFD9F

Text Example


Text Example

White with #DAFD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD9F; }

 p { color: rgb(218,253,159); }

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

background-color css

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

 a { background-color: rgb(218,253,159); }

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

border-color css

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

 span { border-color: rgb(218,253,159); }

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