Html Css Color HEX #C2EFCF Granny Apple

📋 copy color: '#C2EFCF'

red 194 ◦ green 239 ◦ blue 207

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

Shades of Granny Apple #C2EFCF

Tints of Granny Apple #C2EFCF

RGB

 RED value IS 194 (76.17% from 255) = 30.31%

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

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

R = 30.31%
G = 37.34%
B = 32.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#C2EFCF (or 0xC2EFCF) is known color: Granny Apple. HEX triplet: C2, EF and CF. RGB value is (194,239,207). Sum of RGB (Red+Green+Blue) = 194+239+207=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFCF is #3D1030. Grayscale: #DDDDDD. Windows color (decimal): -4001841 or 13627330. OLE color: 13627330.

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

Color convert

RGB 194 239 207 -
CMYK 0.19 0 0.13 0.06
HSL 137.33º 0.58% 0.85% -
HSV(B) 137.33º 0.19% 0.94% -
XYZ 64.38 77.71 70.64 -
YUV 221.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 194 239 207 0.19 0 0.13 0.06 137.33 0.58 0.85
Hex C2 EF CF 13 0 D 6 89 3A 55
Octal 302 357 317 23 0 15 6 211 72 125
Binary 11000010 11101111 11001111 10011 0 1101 110 10001001 111010 1010101

Color Harmonies of #C2EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFCF

Black with #C2EFCF

Text Example


Text Example

White with #C2EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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