Html Css Color HEX #D5F9AA Reef

📋 copy color: '#D5F9AA'

red 213 ◦ green 249 ◦ blue 170

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

Shades of Reef #D5F9AA

Tints of Reef #D5F9AA

RGB

 RED value IS 213 (83.59% from 255) = 33.7%

 GREEN value IS 249 (97.66% from 255) = 39.4%

 BLUE value IS 170 (66.8% from 255) = 26.9%

R = 33.7%
G = 39.4%
B = 26.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#D5F9AA (or 0xD5F9AA) is known color: Reef. HEX triplet: D5, F9 and AA. RGB value is (213,249,170). Sum of RGB (Red+Green+Blue) = 213+249+170=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F9AA is #2A0655. Grayscale: #E5E5E5. Windows color (decimal): -2754134 or 11205077. OLE color: 11205077.

HSL color Cylindrical-coordinate representation of color #D5F9AA: hue angle of 87.34º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5F9AA is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 170 -
CMYK 0.14 0 0.32 0.02
HSL 87.34º 0.87% 0.82% -
HSV(B) 87.34º 0.32% 0.98% -
XYZ 68.57 84.8 50.78 -
YUV 229.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 213 249 170 0.14 0 0.32 0.02 87.34 0.87 0.82
Hex D5 F9 AA E 0 20 2 57 57 52
Octal 325 371 252 16 0 40 2 127 127 122
Binary 11010101 11111001 10101010 1110 0 100000 10 1010111 1010111 1010010

Color Harmonies of #D5F9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F9AA

Black with #D5F9AA

Text Example


Text Example

White with #D5F9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F9AA; }

 p { color: rgb(213,249,170); }

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

background-color css

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

 a { background-color: rgb(213,249,170); }

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

border-color css

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

 span { border-color: rgb(213,249,170); }

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