Html Css Color HEX #C0CD73 Pine Glade

📋 copy color: '#C0CD73'

red 192 ◦ green 205 ◦ blue 115

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

Shades of Pine Glade #C0CD73

Tints of Pine Glade #C0CD73

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 37.5%
G = 40.04%
B = 22.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#C0CD73 (or 0xC0CD73) is known color: Pine Glade. HEX triplet: C0, CD and 73. RGB value is (192,205,115). Sum of RGB (Red+Green+Blue) = 192+205+115=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD73 is #3F328C. Grayscale: #BFBFBF. Windows color (decimal): -4141709 or 7589312. OLE color: 7589312.

HSL color Cylindrical-coordinate representation of color #C0CD73: hue angle of 68.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0CD73 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 115 -
CMYK 0.06 0 0.44 0.20
HSL 68.67º 0.47% 0.63% -
HSV(B) 68.67º 0.44% 0.8% -
XYZ 46.66 56.11 24.59 -
YUV 190.85 85.19 128.82 -
System Red Green Blue C M Y K H S L
Decimal 192 205 115 0.06 0 0.44 0.20 68.67 0.47 0.63
Hex C0 CD 73 6 0 2C 14 45 2F 3F
Octal 300 315 163 6 0 54 24 105 57 77
Binary 11000000 11001101 1110011 110 0 101100 10100 1000101 101111 111111

Color Harmonies of #C0CD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD73

Black with #C0CD73

Text Example


Text Example

White with #C0CD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD73; }

 p { color: rgb(192,205,115); }

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

background-color css

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

 a { background-color: rgb(192,205,115); }

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

border-color css

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

 span { border-color: rgb(192,205,115); }

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