Html Css Color HEX #C0FFD5 Granny Apple

📋 copy color: '#C0FFD5'

red 192 ◦ green 255 ◦ blue 213

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

Shades of Granny Apple #C0FFD5

Tints of Granny Apple #C0FFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.27%

R = 29.09%
G = 38.64%
B = 32.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#C0FFD5 (or 0xC0FFD5) is known color: Granny Apple. HEX triplet: C0, FF and D5. RGB value is (192,255,213). Sum of RGB (Red+Green+Blue) = 192+255+213=660 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.09% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD5 is #3F002A. Grayscale: #E7E7E7. Windows color (decimal): -4128811 or 14024640. OLE color: 14024640.

HSL color Cylindrical-coordinate representation of color #C0FFD5: hue angle of 140º 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 #C0FFD5 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 213 -
CMYK 0.25 0 0.16 0
HSL 140º 1% 0.88% -
HSV(B) 140º 0.25% 1% -
XYZ 69.51 87.53 76.18 -
YUV 231.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 192 255 213 0.25 0 0.16 0 140 1 0.88
Hex C0 FF D5 19 0 10 0 8C 64 58
Octal 300 377 325 31 0 20 0 214 144 130
Binary 11000000 11111111 11010101 11001 0 10000 0 10001100 1100100 1011000

Color Harmonies of #C0FFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FFD5

Black with #C0FFD5

Text Example


Text Example

White with #C0FFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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