Html Css Color HEX #C0FFD3 Granny Apple

📋 copy color: '#C0FFD3'

red 192 ◦ green 255 ◦ blue 211

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

Shades of Granny Apple #C0FFD3

Tints of Granny Apple #C0FFD3

RGB

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

 GREEN value IS 255 (100% from 255) = 38.75%

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

R = 29.18%
G = 38.75%
B = 32.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#C0FFD3 (or 0xC0FFD3) is known color: Granny Apple. HEX triplet: C0, FF and D3. RGB value is (192,255,211). Sum of RGB (Red+Green+Blue) = 192+255+211=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD3 is #3F002C. Grayscale: #E7E7E7. Windows color (decimal): -4128813 or 13893568. OLE color: 13893568.

HSL color Cylindrical-coordinate representation of color #C0FFD3: hue angle of 138.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFD3 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 211 -
CMYK 0.25 0 0.17 0
HSL 138.1º 1% 0.88% -
HSV(B) 138.1º 0.25% 1% -
XYZ 69.26 87.43 74.85 -
YUV 231.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 192 255 211 0.25 0 0.17 0 138.1 1 0.88
Hex C0 FF D3 19 0 11 0 8A 64 58
Octal 300 377 323 31 0 21 0 212 144 130
Binary 11000000 11111111 11010011 11001 0 10001 0 10001010 1100100 1011000

Color Harmonies of #C0FFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FFD3

Black with #C0FFD3

Text Example


Text Example

White with #C0FFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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