Html Css Color HEX #C0EFCD Granny Apple

📋 copy color: '#C0EFCD'

red 192 ◦ green 239 ◦ blue 205

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

Shades of Granny Apple #C0EFCD

Tints of Granny Apple #C0EFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.58%

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

R = 30.19%
G = 37.58%
B = 32.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#C0EFCD (or 0xC0EFCD) is known color: Granny Apple. HEX triplet: C0, EF and CD. RGB value is (192,239,205). Sum of RGB (Red+Green+Blue) = 192+239+205=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFCD is #3F1032. Grayscale: #DDDDDD. Windows color (decimal): -4132915 or 13496256. OLE color: 13496256.

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

Color convert

RGB 192 239 205 -
CMYK 0.20 0 0.14 0.06
HSL 136.6º 0.59% 0.85% -
HSV(B) 136.6º 0.2% 0.94% -
XYZ 63.62 77.35 69.33 -
YUV 221.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 192 239 205 0.20 0 0.14 0.06 136.6 0.59 0.85
Hex C0 EF CD 14 0 E 6 89 3B 55
Octal 300 357 315 24 0 16 6 211 73 125
Binary 11000000 11101111 11001101 10100 0 1110 110 10001001 111011 1010101

Color Harmonies of #C0EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFCD

Black with #C0EFCD

Text Example


Text Example

White with #C0EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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