#5cd52b

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

Shades of Kelly Green #5CD52B

Tints of Kelly Green #5CD52B

Color information

#5CD52B (or 0x5CD52B) is unknown color: approx Kelly Green. HEX triplet: 5C, D5 and 2B. RGB value is (92,213,43). Sum of RGB (Red+Green+Blue) = 92+213+43=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD52B is #A32AD4. Grayscale: #9D9D9D. Windows color (decimal): -10693333 or 2872668. OLE color: 2872668.

HSL color Cylindrical-coordinate representation of color #5CD52B: hue angle of 102.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5CD52B is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB9221343-
CMYK0.5700.800.16
HSL102.71º66.93%50.2%-
HSV(B)102.71º79.81%83.53%-
XYZ28.6450.0410.43-
YUV157.4463.4181.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.44%
GREEN value IS 213 (83.59% from 255) = 61.21%
BLUE value IS 43 (17.19% from 255) = 12.36%
R=26.44%
G=61.21%
B=12.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal92213430.5700.800.16102.7166.9350.2
Hex5CD52B3905010674332
Octal134325537101202014710362
Binary101110011010101101011111001010100001000011001111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cd52b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,213,43); }

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

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

 a { background-color: rgb(92,213,43); }

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

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

 span { border-color: rgb(92,213,43); }

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