Html Css Color HEX #D9FAA2 Reef

📋 copy color: '#D9FAA2'

red 217 ◦ green 250 ◦ blue 162

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

Shades of Reef #D9FAA2

Tints of Reef #D9FAA2

RGB

 RED value IS 217 (85.16% from 255) = 34.5%

 GREEN value IS 250 (98.05% from 255) = 39.75%

 BLUE value IS 162 (63.67% from 255) = 25.76%

R = 34.5%
G = 39.75%
B = 25.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#D9FAA2 (or 0xD9FAA2) is known color: Reef. HEX triplet: D9, FA and A2. RGB value is (217,250,162). Sum of RGB (Red+Green+Blue) = 217+250+162=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 162 (63.67% from 255 or 25.76% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAA2 is #26055D. Grayscale: #E6E6E6. Windows color (decimal): -2491742 or 10681049. OLE color: 10681049.

HSL color Cylindrical-coordinate representation of color #D9FAA2: hue angle of 82.5º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9FAA2 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 162 -
CMYK 0.13 0 0.35 0.02
HSL 82.5º 0.9% 0.81% -
HSV(B) 82.5º 0.35% 0.98% -
XYZ 69.32 85.73 47.08 -
YUV 230.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 217 250 162 0.13 0 0.35 0.02 82.5 0.9 0.81
Hex D9 FA A2 D 0 23 2 52 5A 51
Octal 331 372 242 15 0 43 2 122 132 121
Binary 11011001 11111010 10100010 1101 0 100011 10 1010010 1011010 1010001

Color Harmonies of #D9FAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FAA2

Black with #D9FAA2

Text Example


Text Example

White with #D9FAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FAA2; }

 p { color: rgb(217,250,162); }

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

background-color css

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

 a { background-color: rgb(217,250,162); }

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

border-color css

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

 span { border-color: rgb(217,250,162); }

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