Html Css Color HEX #DAF2A1 Reef

📋 copy color: '#DAF2A1'

red 218 ◦ green 242 ◦ blue 161

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

Shades of Reef #DAF2A1

Tints of Reef #DAF2A1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.97%

 BLUE value IS 161 (63.28% from 255) = 25.93%

R = 35.1%
G = 38.97%
B = 25.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#DAF2A1 (or 0xDAF2A1) is known color: Reef. HEX triplet: DA, F2 and A1. RGB value is (218,242,161). Sum of RGB (Red+Green+Blue) = 218+242+161=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF2A1 is #250D5E. Grayscale: #E1E1E1. Windows color (decimal): -2428255 or 10613466. OLE color: 10613466.

HSL color Cylindrical-coordinate representation of color #DAF2A1: hue angle of 77.78º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAF2A1 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 161 -
CMYK 0.10 0 0.33 0.05
HSL 77.78º 0.76% 0.79% -
HSV(B) 77.78º 0.33% 0.95% -
XYZ 67.1 80.98 45.81 -
YUV 225.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 218 242 161 0.10 0 0.33 0.05 77.78 0.76 0.79
Hex DA F2 A1 A 0 21 5 4E 4C 4F
Octal 332 362 241 12 0 41 5 116 114 117
Binary 11011010 11110010 10100001 1010 0 100001 101 1001110 1001100 1001111

Color Harmonies of #DAF2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2A1

Black with #DAF2A1

Text Example


Text Example

White with #DAF2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2A1; }

 p { color: rgb(218,242,161); }

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

background-color css

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

 a { background-color: rgb(218,242,161); }

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

border-color css

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

 span { border-color: rgb(218,242,161); }

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