Html Css Color HEX #CDF5C0 Tea Green

📋 copy color: '#CDF5C0'

red 205 ◦ green 245 ◦ blue 192

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

Shades of Tea Green #CDF5C0

Tints of Tea Green #CDF5C0

RGB

 RED value IS 205 (80.47% from 255) = 31.93%

 GREEN value IS 245 (96.09% from 255) = 38.16%

 BLUE value IS 192 (75.39% from 255) = 29.91%

R = 31.93%
G = 38.16%
B = 29.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#CDF5C0 (or 0xCDF5C0) is known color: Tea Green. HEX triplet: CD, F5 and C0. RGB value is (205,245,192). Sum of RGB (Red+Green+Blue) = 205+245+192=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 192 (75.39% from 255 or 29.91% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5C0 is #320A3F. Grayscale: #E3E3E3. Windows color (decimal): -3279424 or 12645837. OLE color: 12645837.

HSL color Cylindrical-coordinate representation of color #CDF5C0: hue angle of 105.28º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDF5C0 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 245 192 -
CMYK 0.16 0 0.22 0.04
HSL 105.28º 0.73% 0.86% -
HSV(B) 105.28º 0.22% 0.96% -
XYZ 67.34 82.09 62.16 -
YUV 227 108.25 112.31 -
System Red Green Blue C M Y K H S L
Decimal 205 245 192 0.16 0 0.22 0.04 105.28 0.73 0.86
Hex CD F5 C0 10 0 16 4 69 49 56
Octal 315 365 300 20 0 26 4 151 111 126
Binary 11001101 11110101 11000000 10000 0 10110 100 1101001 1001001 1010110

Color Harmonies of #CDF5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF5C0

Black with #CDF5C0

Text Example


Text Example

White with #CDF5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF5C0; }

 p { color: rgb(205,245,192); }

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

background-color css

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

 a { background-color: rgb(205,245,192); }

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

border-color css

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

 span { border-color: rgb(205,245,192); }

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