Html Css Color HEX #C0E148 Conifer

📋 copy color: '#C0E148'

red 192 ◦ green 225 ◦ blue 72

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

Shades of Conifer #C0E148

Tints of Conifer #C0E148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 39.26%
G = 46.01%
B = 14.72%

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

#C0E148 (or 0xC0E148) is known color: Conifer. HEX triplet: C0, E1 and 48. RGB value is (192,225,72). Sum of RGB (Red+Green+Blue) = 192+225+72=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E148 is #3F1EB7. Grayscale: #C6C6C6. Windows color (decimal): -4136632 or 4776384. OLE color: 4776384.

HSL color Cylindrical-coordinate representation of color #C0E148: hue angle of 72.94º 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 #C0E148 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

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

Color Harmonies of #C0E148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E148

Black with #C0E148

Text Example


Text Example

White with #C0E148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E148; }

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

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

background-color css

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

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

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

border-color css

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

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

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