Html Css Color HEX #C5EDCE Granny Apple

📋 copy color: '#C5EDCE'

red 197 ◦ green 237 ◦ blue 206

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

Shades of Granny Apple #C5EDCE

Tints of Granny Apple #C5EDCE

RGB

 RED value IS 197 (77.34% from 255) = 30.78%

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

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

R = 30.78%
G = 37.03%
B = 32.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#C5EDCE (or 0xC5EDCE) is known color: Granny Apple. HEX triplet: C5, ED and CE. RGB value is (197,237,206). Sum of RGB (Red+Green+Blue) = 197+237+206=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDCE is #3A1231. Grayscale: #DDDDDD. Windows color (decimal): -3805746 or 13561285. OLE color: 13561285.

HSL color Cylindrical-coordinate representation of color #C5EDCE: hue angle of 133.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EDCE is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 206 -
CMYK 0.17 0 0.13 0.07
HSL 133.5º 0.53% 0.85% -
HSV(B) 133.5º 0.17% 0.93% -
XYZ 64.45 76.89 69.84 -
YUV 221.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 197 237 206 0.17 0 0.13 0.07 133.5 0.53 0.85
Hex C5 ED CE 11 0 D 7 86 35 55
Octal 305 355 316 21 0 15 7 206 65 125
Binary 11000101 11101101 11001110 10001 0 1101 111 10000110 110101 1010101

Color Harmonies of #C5EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EDCE

Black with #C5EDCE

Text Example


Text Example

White with #C5EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EDCE; }

 p { color: rgb(197,237,206); }

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

background-color css

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

 a { background-color: rgb(197,237,206); }

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

border-color css

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

 span { border-color: rgb(197,237,206); }

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