Html Css Color HEX #C0E149 Conifer

📋 copy color: '#C0E149'

red 192 ◦ green 225 ◦ blue 73

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

Shades of Conifer #C0E149

Tints of Conifer #C0E149

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

 BLUE value IS 73 (28.91% from 255) = 14.9%

R = 39.18%
G = 45.92%
B = 14.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#C0E149 (or 0xC0E149) is known color: Conifer. HEX triplet: C0, E1 and 49. RGB value is (192,225,73). Sum of RGB (Red+Green+Blue) = 192+225+73=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E149 is #3F1EB6. Grayscale: #C6C6C6. Windows color (decimal): -4136631 or 4841920. OLE color: 4841920.

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

Color convert

RGB 192 225 73 -
CMYK 0.15 0 0.68 0.12
HSL 73.03º 0.72% 0.58% -
HSV(B) 73.03º 0.68% 0.88% -
XYZ 49.87 65.54 16.33 -
YUV 197.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 192 225 73 0.15 0 0.68 0.12 73.03 0.72 0.58
Hex C0 E1 49 F 0 44 C 49 48 3A
Octal 300 341 111 17 0 104 14 111 110 72
Binary 11000000 11100001 1001001 1111 0 1000100 1100 1001001 1001000 111010

Color Harmonies of #C0E149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E149

Black with #C0E149

Text Example


Text Example

White with #C0E149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E149; }

 p { color: rgb(192,225,73); }

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

background-color css

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

 a { background-color: rgb(192,225,73); }

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

border-color css

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

 span { border-color: rgb(192,225,73); }

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