Html Css Color HEX #C5EFCC Granny Apple

📋 copy color: '#C5EFCC'

red 197 ◦ green 239 ◦ blue 204

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

Shades of Granny Apple #C5EFCC

Tints of Granny Apple #C5EFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.88%

R = 30.78%
G = 37.34%
B = 31.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#C5EFCC (or 0xC5EFCC) is known color: Granny Apple. HEX triplet: C5, EF and CC. RGB value is (197,239,204). Sum of RGB (Red+Green+Blue) = 197+239+204=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFCC is #3A1033. Grayscale: #DEDEDE. Windows color (decimal): -3805236 or 13430725. OLE color: 13430725.

HSL color Cylindrical-coordinate representation of color #C5EFCC: hue angle of 130º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EFCC is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 239 204 -
CMYK 0.18 0 0.15 0.06
HSL 130º 0.57% 0.85% -
HSV(B) 130º 0.18% 0.94% -
XYZ 64.79 77.96 68.76 -
YUV 222.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 197 239 204 0.18 0 0.15 0.06 130 0.57 0.85
Hex C5 EF CC 12 0 F 6 82 39 55
Octal 305 357 314 22 0 17 6 202 71 125
Binary 11000101 11101111 11001100 10010 0 1111 110 10000010 111001 1010101

Color Harmonies of #C5EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EFCC

Black with #C5EFCC

Text Example


Text Example

White with #C5EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EFCC; }

 p { color: rgb(197,239,204); }

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

background-color css

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

 a { background-color: rgb(197,239,204); }

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

border-color css

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

 span { border-color: rgb(197,239,204); }

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