Html Css Color HEX #C0E950 Conifer

📋 copy color: '#C0E950'

red 192 ◦ green 233 ◦ blue 80

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

Shades of Conifer #C0E950

Tints of Conifer #C0E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.14%

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

R = 38.02%
G = 46.14%
B = 15.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#C0E950 (or 0xC0E950) is known color: Conifer. HEX triplet: C0, E9 and 50. RGB value is (192,233,80). Sum of RGB (Red+Green+Blue) = 192+233+80=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E950 is #3F16AF. Grayscale: #CBCBCB. Windows color (decimal): -4134576 or 5302720. OLE color: 5302720.

HSL color Cylindrical-coordinate representation of color #C0E950: hue angle of 76.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0E950 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 233 80 -
CMYK 0.18 0 0.66 0.09
HSL 76.08º 0.78% 0.61% -
HSV(B) 76.08º 0.66% 0.91% -
XYZ 52.33 70.06 18.36 -
YUV 203.3 58.42 119.94 -
System Red Green Blue C M Y K H S L
Decimal 192 233 80 0.18 0 0.66 0.09 76.08 0.78 0.61
Hex C0 E9 50 12 0 42 9 4C 4E 3D
Octal 300 351 120 22 0 102 11 114 116 75
Binary 11000000 11101001 1010000 10010 0 1000010 1001 1001100 1001110 111101

Color Harmonies of #C0E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E950

Black with #C0E950

Text Example


Text Example

White with #C0E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E950; }

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

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

background-color css

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

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

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

border-color css

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

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

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