Html Css Color HEX #C0F2CE Granny Apple

📋 copy color: '#C0F2CE'

red 192 ◦ green 242 ◦ blue 206

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

Shades of Granny Apple #C0F2CE

Tints of Granny Apple #C0F2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.81%

 BLUE value IS 206 (80.86% from 255) = 32.19%

R = 30%
G = 37.81%
B = 32.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#C0F2CE (or 0xC0F2CE) is known color: Granny Apple. HEX triplet: C0, F2 and CE. RGB value is (192,242,206). Sum of RGB (Red+Green+Blue) = 192+242+206=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2CE is #3F0D31. Grayscale: #DFDFDF. Windows color (decimal): -4132146 or 13562560. OLE color: 13562560.

HSL color Cylindrical-coordinate representation of color #C0F2CE: hue angle of 136.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2CE is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 206 -
CMYK 0.21 0 0.15 0.05
HSL 136.8º 0.66% 0.85% -
HSV(B) 136.8º 0.21% 0.95% -
XYZ 64.63 79.17 70.27 -
YUV 222.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 192 242 206 0.21 0 0.15 0.05 136.8 0.66 0.85
Hex C0 F2 CE 15 0 F 5 89 42 55
Octal 300 362 316 25 0 17 5 211 102 125
Binary 11000000 11110010 11001110 10101 0 1111 101 10001001 1000010 1010101

Color Harmonies of #C0F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F2CE

Black with #C0F2CE

Text Example


Text Example

White with #C0F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F2CE; }

 p { color: rgb(192,242,206); }

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

background-color css

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

 a { background-color: rgb(192,242,206); }

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

border-color css

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

 span { border-color: rgb(192,242,206); }

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