Html Css Color HEX #C0EDCA Granny Apple

📋 copy color: '#C0EDCA'

red 192 ◦ green 237 ◦ blue 202

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

Shades of Granny Apple #C0EDCA

Tints of Granny Apple #C0EDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.56%

 BLUE value IS 202 (79.3% from 255) = 32.01%

R = 30.43%
G = 37.56%
B = 32.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#C0EDCA (or 0xC0EDCA) is known color: Granny Apple. HEX triplet: C0, ED and CA. RGB value is (192,237,202). Sum of RGB (Red+Green+Blue) = 192+237+202=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDCA is #3F1235. Grayscale: #DBDBDB. Windows color (decimal): -4133430 or 13299136. OLE color: 13299136.

HSL color Cylindrical-coordinate representation of color #C0EDCA: hue angle of 133.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDCA is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 237 202 -
CMYK 0.19 0 0.15 0.07
HSL 133.33º 0.56% 0.84% -
HSV(B) 133.33º 0.19% 0.93% -
XYZ 62.68 76.04 67.25 -
YUV 219.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 192 237 202 0.19 0 0.15 0.07 133.33 0.56 0.84
Hex C0 ED CA 13 0 F 7 85 38 54
Octal 300 355 312 23 0 17 7 205 70 124
Binary 11000000 11101101 11001010 10011 0 1111 111 10000101 111000 1010100

Color Harmonies of #C0EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EDCA

Black with #C0EDCA

Text Example


Text Example

White with #C0EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EDCA; }

 p { color: rgb(192,237,202); }

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

background-color css

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

 a { background-color: rgb(192,237,202); }

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

border-color css

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

 span { border-color: rgb(192,237,202); }

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