Html Css Color HEX #CDFCB0 Tea Green

📋 copy color: '#CDFCB0'

red 205 ◦ green 252 ◦ blue 176

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

Shades of Tea Green #CDFCB0

Tints of Tea Green #CDFCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.81%

 BLUE value IS 176 (69.14% from 255) = 27.8%

R = 32.39%
G = 39.81%
B = 27.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#CDFCB0 (or 0xCDFCB0) is known color: Tea Green. HEX triplet: CD, FC and B0. RGB value is (205,252,176). Sum of RGB (Red+Green+Blue) = 205+252+176=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFCB0 is #32034F. Grayscale: #E5E5E5. Windows color (decimal): -3277648 or 11599053. OLE color: 11599053.

HSL color Cylindrical-coordinate representation of color #CDFCB0: hue angle of 97.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDFCB0 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 252 176 -
CMYK 0.19 0 0.30 0.01
HSL 97.11º 0.93% 0.84% -
HSV(B) 97.11º 0.3% 0.99% -
XYZ 67.82 85.73 54.05 -
YUV 229.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 205 252 176 0.19 0 0.30 0.01 97.11 0.93 0.84
Hex CD FC B0 13 0 1E 1 61 5D 54
Octal 315 374 260 23 0 36 1 141 135 124
Binary 11001101 11111100 10110000 10011 0 11110 1 1100001 1011101 1010100

Color Harmonies of #CDFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFCB0

Black with #CDFCB0

Text Example


Text Example

White with #CDFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFCB0; }

 p { color: rgb(205,252,176); }

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

background-color css

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

 a { background-color: rgb(205,252,176); }

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

border-color css

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

 span { border-color: rgb(205,252,176); }

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