Html Css Color HEX #C2F9D5 Granny Apple

📋 copy color: '#C2F9D5'

red 194 ◦ green 249 ◦ blue 213

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

Shades of Granny Apple #C2F9D5

Tints of Granny Apple #C2F9D5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.96%

 BLUE value IS 213 (83.59% from 255) = 32.47%

R = 29.57%
G = 37.96%
B = 32.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#C2F9D5 (or 0xC2F9D5) is known color: Granny Apple. HEX triplet: C2, F9 and D5. RGB value is (194,249,213). Sum of RGB (Red+Green+Blue) = 194+249+213=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F9D5 is #3D062A. Grayscale: #E4E4E4. Windows color (decimal): -3999275 or 14023106. OLE color: 14023106.

HSL color Cylindrical-coordinate representation of color #C2F9D5: hue angle of 140.73º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F9D5 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 213 -
CMYK 0.22 0 0.14 0.02
HSL 140.73º 0.82% 0.87% -
HSV(B) 140.73º 0.22% 0.98% -
XYZ 68.13 84.02 75.58 -
YUV 228.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 194 249 213 0.22 0 0.14 0.02 140.73 0.82 0.87
Hex C2 F9 D5 16 0 E 2 8D 52 57
Octal 302 371 325 26 0 16 2 215 122 127
Binary 11000010 11111001 11010101 10110 0 1110 10 10001101 1010010 1010111

Color Harmonies of #C2F9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F9D5

Black with #C2F9D5

Text Example


Text Example

White with #C2F9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F9D5; }

 p { color: rgb(194,249,213); }

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

background-color css

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

 a { background-color: rgb(194,249,213); }

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

border-color css

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

 span { border-color: rgb(194,249,213); }

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