Html Css Color HEX #CBFDC4 Snowy Mint

📋 copy color: '#CBFDC4'

red 203 ◦ green 253 ◦ blue 196

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

Shades of Snowy Mint #CBFDC4

Tints of Snowy Mint #CBFDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.06%

R = 31.13%
G = 38.8%
B = 30.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#CBFDC4 (or 0xCBFDC4) is known color: Snowy Mint. HEX triplet: CB, FD and C4. RGB value is (203,253,196). Sum of RGB (Red+Green+Blue) = 203+253+196=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDC4 is #34023B. Grayscale: #E7E7E7. Windows color (decimal): -3408444 or 12910027. OLE color: 12910027.

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

Color convert

RGB 203 253 196 -
CMYK 0.20 0 0.23 0.01
HSL 112.63º 0.93% 0.88% -
HSV(B) 112.63º 0.23% 0.99% -
XYZ 69.72 86.93 65.33 -
YUV 231.55 107.94 107.63 -
System Red Green Blue C M Y K H S L
Decimal 203 253 196 0.20 0 0.23 0.01 112.63 0.93 0.88
Hex CB FD C4 14 0 17 1 71 5D 58
Octal 313 375 304 24 0 27 1 161 135 130
Binary 11001011 11111101 11000100 10100 0 10111 1 1110001 1011101 1011000

Color Harmonies of #CBFDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFDC4

Black with #CBFDC4

Text Example


Text Example

White with #CBFDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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