Html Css Color HEX #D5FBAA Reef

📋 copy color: '#D5FBAA'

red 213 ◦ green 251 ◦ blue 170

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

Shades of Reef #D5FBAA

Tints of Reef #D5FBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.59%

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

R = 33.6%
G = 39.59%
B = 26.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#D5FBAA (or 0xD5FBAA) is known color: Reef. HEX triplet: D5, FB and AA. RGB value is (213,251,170). Sum of RGB (Red+Green+Blue) = 213+251+170=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FBAA is #2A0455. Grayscale: #E6E6E6. Windows color (decimal): -2753622 or 11205589. OLE color: 11205589.

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

Color convert

RGB 213 251 170 -
CMYK 0.15 0 0.32 0.02
HSL 88.15º 0.91% 0.83% -
HSV(B) 88.15º 0.32% 0.98% -
XYZ 69.19 86.04 50.99 -
YUV 230.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 213 251 170 0.15 0 0.32 0.02 88.15 0.91 0.83
Hex D5 FB AA F 0 20 2 58 5B 53
Octal 325 373 252 17 0 40 2 130 133 123
Binary 11010101 11111011 10101010 1111 0 100000 10 1011000 1011011 1010011

Color Harmonies of #D5FBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FBAA

Black with #D5FBAA

Text Example


Text Example

White with #D5FBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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