Html Css Color HEX #C5F2CC Granny Apple

📋 copy color: '#C5F2CC'

red 197 ◦ green 242 ◦ blue 204

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

Shades of Granny Apple #C5F2CC

Tints of Granny Apple #C5F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.64%

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

R = 30.64%
G = 37.64%
B = 31.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#C5F2CC (or 0xC5F2CC) is known color: Granny Apple. HEX triplet: C5, F2 and CC. RGB value is (197,242,204). Sum of RGB (Red+Green+Blue) = 197+242+204=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F2CC is #3A0D33. Grayscale: #E0E0E0. Windows color (decimal): -3804468 or 13431493. OLE color: 13431493.

HSL color Cylindrical-coordinate representation of color #C5F2CC: hue angle of 129.33º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F2CC is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 204 -
CMYK 0.19 0 0.16 0.05
HSL 129.33º 0.63% 0.86% -
HSV(B) 129.33º 0.19% 0.95% -
XYZ 65.68 79.73 69.06 -
YUV 224.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 197 242 204 0.19 0 0.16 0.05 129.33 0.63 0.86
Hex C5 F2 CC 13 0 10 5 81 3F 56
Octal 305 362 314 23 0 20 5 201 77 126
Binary 11000101 11110010 11001100 10011 0 10000 101 10000001 111111 1010110

Color Harmonies of #C5F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F2CC

Black with #C5F2CC

Text Example


Text Example

White with #C5F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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