Html Css Color HEX #C5EDD2 Granny Apple

📋 copy color: '#C5EDD2'

red 197 ◦ green 237 ◦ blue 210

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

Shades of Granny Apple #C5EDD2

Tints of Granny Apple #C5EDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.61%

R = 30.59%
G = 36.8%
B = 32.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#C5EDD2 (or 0xC5EDD2) is known color: Granny Apple. HEX triplet: C5, ED and D2. RGB value is (197,237,210). Sum of RGB (Red+Green+Blue) = 197+237+210=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDD2 is #3A122D. Grayscale: #DEDEDE. Windows color (decimal): -3805742 or 13823429. OLE color: 13823429.

HSL color Cylindrical-coordinate representation of color #C5EDD2: hue angle of 139.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 #C5EDD2 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 210 -
CMYK 0.17 0 0.11 0.07
HSL 139.5º 0.53% 0.85% -
HSV(B) 139.5º 0.17% 0.93% -
XYZ 64.94 77.09 72.43 -
YUV 221.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 197 237 210 0.17 0 0.11 0.07 139.5 0.53 0.85
Hex C5 ED D2 11 0 B 7 8C 35 55
Octal 305 355 322 21 0 13 7 214 65 125
Binary 11000101 11101101 11010010 10001 0 1011 111 10001100 110101 1010101

Color Harmonies of #C5EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EDD2

Black with #C5EDD2

Text Example


Text Example

White with #C5EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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