#5CBC00

Color #5CBC00 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5CBC00

Tints of Kelly Green #5CBC00

Color information

#5CBC00 (or 0x5CBC00) is unknown color: approx Kelly Green. HEX triplet: 5C, BC and 00. RGB value is (92,188,0). Sum of RGB (Red+Green+Blue) = 92+188+0=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CBC00 is #A343FF. Grayscale: #8A8A8A. Windows color (decimal): -10699776 or 48220. OLE color: 48220.

HSL color Cylindrical-coordinate representation of color #5CBC00: hue angle of 90.64º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CBC00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB921880-
CMYK0.51010.26
HSL90.64º100%36.86%-
HSV(B)90.64º100%73.73%-
XYZ22.438.246.2-
YUV137.8650.295.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.86%
GREEN value IS 188 (73.83% from 255) = 67.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.86%
G=67.14%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9218800.51010.2690.6410036.86
Hex5CBC0330641A5b6425
Octal13427406301443213314445
Binary1011100101111000110011011001001101010110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CBC00; }

 p { color: rgb(92,188,0); }

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

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

 a { background-color: rgb(92,188,0); }

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

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

 span { border-color: rgb(92,188,0); }

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