Html Css Color HEX #C0F7D3 Granny Apple

📋 copy color: '#C0F7D3'

red 192 ◦ green 247 ◦ blue 211

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

Shades of Granny Apple #C0F7D3

Tints of Granny Apple #C0F7D3

RGB

 RED value IS 192 (75.39% from 255) = 29.54%

 GREEN value IS 247 (96.88% from 255) = 38%

 BLUE value IS 211 (82.81% from 255) = 32.46%

R = 29.54%
G = 38%
B = 32.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#C0F7D3 (or 0xC0F7D3) is known color: Granny Apple. HEX triplet: C0, F7 and D3. RGB value is (192,247,211). Sum of RGB (Red+Green+Blue) = 192+247+211=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7D3 is #3F082C. Grayscale: #E2E2E2. Windows color (decimal): -4130861 or 13891520. OLE color: 13891520.

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

Color convert

RGB 192 247 211 -
CMYK 0.22 0 0.15 0.03
HSL 140.73º 0.77% 0.86% -
HSV(B) 140.73º 0.22% 0.97% -
XYZ 66.76 82.43 74.02 -
YUV 226.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 192 247 211 0.22 0 0.15 0.03 140.73 0.77 0.86
Hex C0 F7 D3 16 0 F 3 8D 4D 56
Octal 300 367 323 26 0 17 3 215 115 126
Binary 11000000 11110111 11010011 10110 0 1111 11 10001101 1001101 1010110

Color Harmonies of #C0F7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F7D3

Black with #C0F7D3

Text Example


Text Example

White with #C0F7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F7D3; }

 p { color: rgb(192,247,211); }

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

background-color css

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

 a { background-color: rgb(192,247,211); }

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

border-color css

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

 span { border-color: rgb(192,247,211); }

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