Html Css Color HEX #D5F2B9 Tea Green

📋 copy color: '#D5F2B9'

red 213 ◦ green 242 ◦ blue 185

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

Shades of Tea Green #D5F2B9

Tints of Tea Green #D5F2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.91%

R = 33.28%
G = 37.81%
B = 28.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#D5F2B9 (or 0xD5F2B9) is known color: Tea Green. HEX triplet: D5, F2 and B9. RGB value is (213,242,185). Sum of RGB (Red+Green+Blue) = 213+242+185=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 185 (72.66% from 255 or 28.91% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2B9 is #2A0D46. Grayscale: #E3E3E3. Windows color (decimal): -2755911 or 12186325. OLE color: 12186325.

HSL color Cylindrical-coordinate representation of color #D5F2B9: hue angle of 90.53º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5F2B9 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 185 -
CMYK 0.12 0 0.24 0.05
HSL 90.53º 0.69% 0.84% -
HSV(B) 90.53º 0.24% 0.95% -
XYZ 67.95 81.15 57.98 -
YUV 226.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 213 242 185 0.12 0 0.24 0.05 90.53 0.69 0.84
Hex D5 F2 B9 C 0 18 5 5B 45 54
Octal 325 362 271 14 0 30 5 133 105 124
Binary 11010101 11110010 10111001 1100 0 11000 101 1011011 1000101 1010100

Color Harmonies of #D5F2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2B9

Black with #D5F2B9

Text Example


Text Example

White with #D5F2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2B9; }

 p { color: rgb(213,242,185); }

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

background-color css

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

 a { background-color: rgb(213,242,185); }

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

border-color css

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

 span { border-color: rgb(213,242,185); }

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