Html Css Color HEX #CFF2B5 Tea Green

📋 copy color: '#CFF2B5'

red 207 ◦ green 242 ◦ blue 181

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

Shades of Tea Green #CFF2B5

Tints of Tea Green #CFF2B5

RGB

 RED value IS 207 (81.25% from 255) = 32.86%

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

 BLUE value IS 181 (71.09% from 255) = 28.73%

R = 32.86%
G = 38.41%
B = 28.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#CFF2B5 (or 0xCFF2B5) is known color: Tea Green. HEX triplet: CF, F2 and B5. RGB value is (207,242,181). Sum of RGB (Red+Green+Blue) = 207+242+181=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2B5 is #300D4A. Grayscale: #E0E0E0. Windows color (decimal): -3149131 or 11924175. OLE color: 11924175.

HSL color Cylindrical-coordinate representation of color #CFF2B5: hue angle of 94.43º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFF2B5 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 181 -
CMYK 0.14 0 0.25 0.05
HSL 94.43º 0.7% 0.83% -
HSV(B) 94.43º 0.25% 0.95% -
XYZ 65.82 80.11 55.71 -
YUV 224.58 103.4 115.46 -
System Red Green Blue C M Y K H S L
Decimal 207 242 181 0.14 0 0.25 0.05 94.43 0.7 0.83
Hex CF F2 B5 E 0 19 5 5E 46 53
Octal 317 362 265 16 0 31 5 136 106 123
Binary 11001111 11110010 10110101 1110 0 11001 101 1011110 1000110 1010011

Color Harmonies of #CFF2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF2B5

Black with #CFF2B5

Text Example


Text Example

White with #CFF2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF2B5; }

 p { color: rgb(207,242,181); }

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

background-color css

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

 a { background-color: rgb(207,242,181); }

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

border-color css

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

 span { border-color: rgb(207,242,181); }

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