Html Css Color HEX #C8F8CC Granny Apple

📋 copy color: '#C8F8CC'

red 200 ◦ green 248 ◦ blue 204

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

Shades of Granny Apple #C8F8CC

Tints of Granny Apple #C8F8CC

RGB

 RED value IS 200 (78.52% from 255) = 30.67%

 GREEN value IS 248 (97.27% from 255) = 38.04%

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

R = 30.67%
G = 38.04%
B = 31.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#C8F8CC (or 0xC8F8CC) is known color: Granny Apple. HEX triplet: C8, F8 and CC. RGB value is (200,248,204). Sum of RGB (Red+Green+Blue) = 200+248+204=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8CC is #370733. Grayscale: #E4E4E4. Windows color (decimal): -3606324 or 13433032. OLE color: 13433032.

HSL color Cylindrical-coordinate representation of color #C8F8CC: hue angle of 125º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F8CC is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 248 204 -
CMYK 0.19 0 0.18 0.03
HSL 125º 0.77% 0.88% -
HSV(B) 125º 0.19% 0.97% -
XYZ 68.29 83.77 69.7 -
YUV 228.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 200 248 204 0.19 0 0.18 0.03 125 0.77 0.88
Hex C8 F8 CC 13 0 12 3 7D 4D 58
Octal 310 370 314 23 0 22 3 175 115 130
Binary 11001000 11111000 11001100 10011 0 10010 11 1111101 1001101 1011000

Color Harmonies of #C8F8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F8CC

Black with #C8F8CC

Text Example


Text Example

White with #C8F8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F8CC; }

 p { color: rgb(200,248,204); }

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

background-color css

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

 a { background-color: rgb(200,248,204); }

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

border-color css

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

 span { border-color: rgb(200,248,204); }

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