Html Css Color HEX #C0F0C4 Granny Apple

📋 copy color: '#C0F0C4'

red 192 ◦ green 240 ◦ blue 196

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

Shades of Granny Apple #C0F0C4

Tints of Granny Apple #C0F0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.21%

R = 30.57%
G = 38.22%
B = 31.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#C0F0C4 (or 0xC0F0C4) is known color: Granny Apple. HEX triplet: C0, F0 and C4. RGB value is (192,240,196). Sum of RGB (Red+Green+Blue) = 192+240+196=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0C4 is #3F0F3B. Grayscale: #DCDCDC. Windows color (decimal): -4132668 or 12906688. OLE color: 12906688.

HSL color Cylindrical-coordinate representation of color #C0F0C4: hue angle of 125º 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 #C0F0C4 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 240 196 -
CMYK 0.20 0 0.18 0.06
HSL 125º 0.62% 0.85% -
HSV(B) 125º 0.2% 0.94% -
XYZ 62.86 77.51 63.87 -
YUV 220.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 192 240 196 0.20 0 0.18 0.06 125 0.62 0.85
Hex C0 F0 C4 14 0 12 6 7D 3E 55
Octal 300 360 304 24 0 22 6 175 76 125
Binary 11000000 11110000 11000100 10100 0 10010 110 1111101 111110 1010101

Color Harmonies of #C0F0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F0C4

Black with #C0F0C4

Text Example


Text Example

White with #C0F0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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