Html Css Color HEX #DAFDA0 Reef

📋 copy color: '#DAFDA0'

red 218 ◦ green 253 ◦ blue 160

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

Shades of Reef #DAFDA0

Tints of Reef #DAFDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.36%

R = 34.55%
G = 40.1%
B = 25.36%

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

#DAFDA0 (or 0xDAFDA0) is known color: Reef. HEX triplet: DA, FD and A0. RGB value is (218,253,160). Sum of RGB (Red+Green+Blue) = 218+253+160=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDA0 is #25025F. Grayscale: #E8E8E8. Windows color (decimal): -2425440 or 10550746. OLE color: 10550746.

HSL color Cylindrical-coordinate representation of color #DAFDA0: hue angle of 82.58º 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 #DAFDA0 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 160 -
CMYK 0.14 0 0.37 0.01
HSL 82.58º 0.96% 0.81% -
HSV(B) 82.58º 0.37% 0.99% -
XYZ 70.38 87.69 46.47 -
YUV 231.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 218 253 160 0.14 0 0.37 0.01 82.58 0.96 0.81
Hex DA FD A0 E 0 25 1 53 60 51
Octal 332 375 240 16 0 45 1 123 140 121
Binary 11011010 11111101 10100000 1110 0 100101 1 1010011 1100000 1010001

Color Harmonies of #DAFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDA0

Black with #DAFDA0

Text Example


Text Example

White with #DAFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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