#C0EB54

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

Shades of Conifer #C0EB54

Tints of Conifer #C0EB54

Color information

#C0EB54 (or 0xC0EB54) is unknown color: approx Conifer. HEX triplet: C0, EB and 54. RGB value is (192,235,84). Sum of RGB (Red+Green+Blue) = 192+235+84=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB54 is #3F14AB. Grayscale: #CDCDCD. Windows color (decimal): -4134060 or 5565376. OLE color: 5565376.

HSL color Cylindrical-coordinate representation of color #C0EB54: hue angle of 77.09º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0EB54 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB19223584-
CMYK0.1800.640.08
HSL77.09º79.06%62.55%-
HSV(B)77.09º64.26%92.16%-
XYZ53.0571.2619.35-
YUV204.9359.75118.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 235 (92.19% from 255) = 45.99%
BLUE value IS 84 (33.20% from 255) = 16.44%
R=37.57%
G=45.99%
B=16.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192235840.1800.640.0877.0979.0662.55
HexC0EB541204084d4f3f
Octal3003531242201001011511777
Binary110000001110101110101001001001000000100010011011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EB54; }

 p { color: rgb(192,235,84); }

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

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

 a { background-color: rgb(192,235,84); }

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

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

 span { border-color: rgb(192,235,84); }

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