Html Css Color HEX #C5EFCF Granny Apple

📋 copy color: '#C5EFCF'

red 197 ◦ green 239 ◦ blue 207

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

Shades of Granny Apple #C5EFCF

Tints of Granny Apple #C5EFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.19%

R = 30.64%
G = 37.17%
B = 32.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#C5EFCF (or 0xC5EFCF) is known color: Granny Apple. HEX triplet: C5, EF and CF. RGB value is (197,239,207). Sum of RGB (Red+Green+Blue) = 197+239+207=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFCF is #3A1030. Grayscale: #DEDEDE. Windows color (decimal): -3805233 or 13627333. OLE color: 13627333.

HSL color Cylindrical-coordinate representation of color #C5EFCF: hue angle of 134.29º 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 #C5EFCF is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 239 207 -
CMYK 0.18 0 0.13 0.06
HSL 134.29º 0.57% 0.85% -
HSV(B) 134.29º 0.18% 0.94% -
XYZ 65.15 78.11 70.67 -
YUV 222.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 197 239 207 0.18 0 0.13 0.06 134.29 0.57 0.85
Hex C5 EF CF 12 0 D 6 86 39 55
Octal 305 357 317 22 0 15 6 206 71 125
Binary 11000101 11101111 11001111 10010 0 1101 110 10000110 111001 1010101

Color Harmonies of #C5EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EFCF

Black with #C5EFCF

Text Example


Text Example

White with #C5EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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