Html Css Color HEX #C0F0CD Granny Apple

📋 copy color: '#C0F0CD'

red 192 ◦ green 240 ◦ blue 205

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

Shades of Granny Apple #C0F0CD

Tints of Granny Apple #C0F0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.68%

 BLUE value IS 205 (80.47% from 255) = 32.18%

R = 30.14%
G = 37.68%
B = 32.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#C0F0CD (or 0xC0F0CD) is known color: Granny Apple. HEX triplet: C0, F0 and CD. RGB value is (192,240,205). Sum of RGB (Red+Green+Blue) = 192+240+205=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0CD is #3F0F32. Grayscale: #DDDDDD. Windows color (decimal): -4132659 or 13496512. OLE color: 13496512.

HSL color Cylindrical-coordinate representation of color #C0F0CD: hue angle of 136.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F0CD is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 240 205 -
CMYK 0.20 0 0.15 0.06
HSL 136.25º 0.62% 0.85% -
HSV(B) 136.25º 0.2% 0.94% -
XYZ 63.92 77.93 69.43 -
YUV 221.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 192 240 205 0.20 0 0.15 0.06 136.25 0.62 0.85
Hex C0 F0 CD 14 0 F 6 88 3E 55
Octal 300 360 315 24 0 17 6 210 76 125
Binary 11000000 11110000 11001101 10100 0 1111 110 10001000 111110 1010101

Color Harmonies of #C0F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F0CD

Black with #C0F0CD

Text Example


Text Example

White with #C0F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F0CD; }

 p { color: rgb(192,240,205); }

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

background-color css

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

 a { background-color: rgb(192,240,205); }

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

border-color css

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

 span { border-color: rgb(192,240,205); }

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