Html Css Color HEX #CBFDC5 Snowy Mint

📋 copy color: '#CBFDC5'

red 203 ◦ green 253 ◦ blue 197

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

Shades of Snowy Mint #CBFDC5

Tints of Snowy Mint #CBFDC5

RGB

 RED value IS 203 (79.69% from 255) = 31.09%

 GREEN value IS 253 (99.22% from 255) = 38.74%

 BLUE value IS 197 (77.34% from 255) = 30.17%

R = 31.09%
G = 38.74%
B = 30.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#CBFDC5 (or 0xCBFDC5) is known color: Snowy Mint. HEX triplet: CB, FD and C5. RGB value is (203,253,197). Sum of RGB (Red+Green+Blue) = 203+253+197=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDC5 is #34023A. Grayscale: #E7E7E7. Windows color (decimal): -3408443 or 12975563. OLE color: 12975563.

HSL color Cylindrical-coordinate representation of color #CBFDC5: hue angle of 113.57º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBFDC5 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 253 197 -
CMYK 0.20 0 0.22 0.01
HSL 113.57º 0.93% 0.88% -
HSV(B) 113.57º 0.22% 0.99% -
XYZ 69.83 86.98 65.93 -
YUV 231.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 203 253 197 0.20 0 0.22 0.01 113.57 0.93 0.88
Hex CB FD C5 14 0 16 1 72 5D 58
Octal 313 375 305 24 0 26 1 162 135 130
Binary 11001011 11111101 11000101 10100 0 10110 1 1110010 1011101 1011000

Color Harmonies of #CBFDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFDC5

Black with #CBFDC5

Text Example


Text Example

White with #CBFDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFDC5; }

 p { color: rgb(203,253,197); }

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

background-color css

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

 a { background-color: rgb(203,253,197); }

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

border-color css

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

 span { border-color: rgb(203,253,197); }

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