Html Css Color HEX #C0FDD0 Granny Apple

📋 copy color: '#C0FDD0'

red 192 ◦ green 253 ◦ blue 208

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

Shades of Granny Apple #C0FDD0

Tints of Granny Apple #C0FDD0

RGB

 RED value IS 192 (75.39% from 255) = 29.4%

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

 BLUE value IS 208 (81.64% from 255) = 31.85%

R = 29.4%
G = 38.74%
B = 31.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#C0FDD0 (or 0xC0FDD0) is known color: Granny Apple. HEX triplet: C0, FD and D0. RGB value is (192,253,208). Sum of RGB (Red+Green+Blue) = 192+253+208=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDD0 is #3F022F. Grayscale: #E5E5E5. Windows color (decimal): -4129328 or 13696448. OLE color: 13696448.

HSL color Cylindrical-coordinate representation of color #C0FDD0: hue angle of 135.74º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FDD0 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 253 208 -
CMYK 0.24 0 0.18 0.01
HSL 135.74º 0.94% 0.87% -
HSV(B) 135.74º 0.24% 0.99% -
XYZ 68.25 86.01 72.68 -
YUV 229.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 192 253 208 0.24 0 0.18 0.01 135.74 0.94 0.87
Hex C0 FD D0 18 0 12 1 88 5E 57
Octal 300 375 320 30 0 22 1 210 136 127
Binary 11000000 11111101 11010000 11000 0 10010 1 10001000 1011110 1010111

Color Harmonies of #C0FDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FDD0

Black with #C0FDD0

Text Example


Text Example

White with #C0FDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FDD0; }

 p { color: rgb(192,253,208); }

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

background-color css

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

 a { background-color: rgb(192,253,208); }

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

border-color css

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

 span { border-color: rgb(192,253,208); }

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