Html Css Color HEX #DAF1A1 Reef

📋 copy color: '#DAF1A1'

red 218 ◦ green 241 ◦ blue 161

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

Shades of Reef #DAF1A1

Tints of Reef #DAF1A1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.87%

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

R = 35.16%
G = 38.87%
B = 25.97%

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

#DAF1A1 (or 0xDAF1A1) is known color: Reef. HEX triplet: DA, F1 and A1. RGB value is (218,241,161). Sum of RGB (Red+Green+Blue) = 218+241+161=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1A1 is #250E5E. Grayscale: #E1E1E1. Windows color (decimal): -2428511 or 10613210. OLE color: 10613210.

HSL color Cylindrical-coordinate representation of color #DAF1A1: hue angle of 77.25º degrees, saturation: 0.74, 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 #DAF1A1 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 161 -
CMYK 0.10 0 0.33 0.05
HSL 77.25º 0.74% 0.79% -
HSV(B) 77.25º 0.33% 0.95% -
XYZ 66.8 80.39 45.71 -
YUV 225 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 218 241 161 0.10 0 0.33 0.05 77.25 0.74 0.79
Hex DA F1 A1 A 0 21 5 4D 4A 4F
Octal 332 361 241 12 0 41 5 115 112 117
Binary 11011010 11110001 10100001 1010 0 100001 101 1001101 1001010 1001111

Color Harmonies of #DAF1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1A1

Black with #DAF1A1

Text Example


Text Example

White with #DAF1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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