Html Css Color HEX #C0D950 Conifer

📋 copy color: '#C0D950'

red 192 ◦ green 217 ◦ blue 80

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

Shades of Conifer #C0D950

Tints of Conifer #C0D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.38%

 BLUE value IS 80 (31.64% from 255) = 16.36%

R = 39.26%
G = 44.38%
B = 16.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#C0D950 (or 0xC0D950) is known color: Conifer. HEX triplet: C0, D9 and 50. RGB value is (192,217,80). Sum of RGB (Red+Green+Blue) = 192+217+80=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D950 is #3F26AF. Grayscale: #C2C2C2. Windows color (decimal): -4138672 or 5298624. OLE color: 5298624.

HSL color Cylindrical-coordinate representation of color #C0D950: hue angle of 70.95º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0D950 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 217 80 -
CMYK 0.12 0 0.63 0.15
HSL 70.95º 0.64% 0.58% -
HSV(B) 70.95º 0.63% 0.85% -
XYZ 48 61.41 16.91 -
YUV 193.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 192 217 80 0.12 0 0.63 0.15 70.95 0.64 0.58
Hex C0 D9 50 C 0 3F F 47 40 3A
Octal 300 331 120 14 0 77 17 107 100 72
Binary 11000000 11011001 1010000 1100 0 111111 1111 1000111 1000000 111010

Color Harmonies of #C0D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D950

Black with #C0D950

Text Example


Text Example

White with #C0D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D950; }

 p { color: rgb(192,217,80); }

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

background-color css

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

 a { background-color: rgb(192,217,80); }

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

border-color css

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

 span { border-color: rgb(192,217,80); }

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