Html Css Color HEX #D5F2BB Tea Green

📋 copy color: '#D5F2BB'

red 213 ◦ green 242 ◦ blue 187

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

Shades of Tea Green #D5F2BB

Tints of Tea Green #D5F2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.13%

R = 33.18%
G = 37.69%
B = 29.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#D5F2BB (or 0xD5F2BB) is known color: Tea Green. HEX triplet: D5, F2 and BB. RGB value is (213,242,187). Sum of RGB (Red+Green+Blue) = 213+242+187=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2BB is #2A0D44. Grayscale: #E3E3E3. Windows color (decimal): -2755909 or 12317397. OLE color: 12317397.

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

Color convert

RGB 213 242 187 -
CMYK 0.12 0 0.23 0.05
HSL 91.64º 0.68% 0.84% -
HSV(B) 91.64º 0.23% 0.95% -
XYZ 68.16 81.24 59.1 -
YUV 227.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 213 242 187 0.12 0 0.23 0.05 91.64 0.68 0.84
Hex D5 F2 BB C 0 17 5 5C 44 54
Octal 325 362 273 14 0 27 5 134 104 124
Binary 11010101 11110010 10111011 1100 0 10111 101 1011100 1000100 1010100

Color Harmonies of #D5F2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2BB

Black with #D5F2BB

Text Example


Text Example

White with #D5F2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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