#C0E748

Color #C0E748 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C0E748

Tints of Conifer #C0E748

Color information

#C0E748 (or 0xC0E748) is unknown color: approx Conifer. HEX triplet: C0, E7 and 48. RGB value is (192,231,72). Sum of RGB (Red+Green+Blue) = 192+231+72=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E748 is #3F18B7. Grayscale: #C9C9C9. Windows color (decimal): -4135096 or 4777920. OLE color: 4777920.

HSL color Cylindrical-coordinate representation of color #C0E748: hue angle of 74.72º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0E748 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB19223172-
CMYK0.1700.690.09
HSL74.72º76.81%59.41%-
HSV(B)74.72º68.83%90.59%-
XYZ51.4868.8316.7-
YUV201.2155.08121.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 231 (90.62% from 255) = 46.67%
BLUE value IS 72 (28.52% from 255) = 14.55%
R=38.79%
G=46.67%
B=14.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192231720.1700.690.0974.7276.8159.41
HexC0E7481104594b4d3b
Octal3003471102101051111311573
Binary110000001110011110010001000101000101100110010111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E748; }

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

 H1.HeaderClassName
 {
   color: #C0E748;
 }
 .AnyTagClassName
 {
   color: #C0E748;
 }
</style>
background-color css

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

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

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

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

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

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