Html Css Color HEX #5CBC00 Kelly Green

📋 copy color: '#5CBC00'

red 92 ◦ green 188 ◦ blue 0

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

Shades of Kelly Green #5CBC00

Tints of Kelly Green #5CBC00

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 value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#5CBC00 (or 0x5CBC00) is known color: 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

RGB 92 188 0 -
CMYK 0.51 0 1 0.26
HSL 90.64º 1% 0.37% -
HSV(B) 90.64º 1% 0.74% -
XYZ 22.4 38.24 6.2 -
YUV 137.86 50.2 95.29 -
System Red Green Blue C M Y K H S L
Decimal 92 188 0 0.51 0 1 0.26 90.64 1 0.37
Hex 5C BC 0 33 0 64 1A 5B 64 25
Octal 134 274 0 63 0 144 32 133 144 45
Binary 1011100 10111100 0 110011 0 1100100 11010 1011011 1100100 100101

Color Harmonies of #5CBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBC00

Black with #5CBC00

Text Example


Text Example

White with #5CBC00

Text Example


Text Example

HTML Codes & Css Web 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>