Html Css Color HEX #C0FFD0 Granny Apple

📋 copy color: '#C0FFD0'

red 192 ◦ green 255 ◦ blue 208

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

Shades of Granny Apple #C0FFD0

Tints of Granny Apple #C0FFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 38.93%

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

R = 29.31%
G = 38.93%
B = 31.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#C0FFD0 (or 0xC0FFD0) is known color: Granny Apple. HEX triplet: C0, FF and D0. RGB value is (192,255,208). Sum of RGB (Red+Green+Blue) = 192+255+208=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD0 is #3F002F. Grayscale: #E6E6E6. Windows color (decimal): -4128816 or 13696960. OLE color: 13696960.

HSL color Cylindrical-coordinate representation of color #C0FFD0: hue angle of 135.24º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFD0 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 208 -
CMYK 0.25 0 0.18 0
HSL 135.24º 1% 0.88% -
HSV(B) 135.24º 0.25% 1% -
XYZ 68.88 87.28 72.89 -
YUV 230.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 192 255 208 0.25 0 0.18 0 135.24 1 0.88
Hex C0 FF D0 19 0 12 0 87 64 58
Octal 300 377 320 31 0 22 0 207 144 130
Binary 11000000 11111111 11010000 11001 0 10010 0 10000111 1100100 1011000

Color Harmonies of #C0FFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FFD0

Black with #C0FFD0

Text Example


Text Example

White with #C0FFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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