Html Css Color HEX #5CDC32 Kelly Green

📋 copy color: '#5CDC32'

red 92 ◦ green 220 ◦ blue 50

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

Shades of Kelly Green #5CDC32

Tints of Kelly Green #5CDC32

RGB

 RED value IS 92 (36.33% from 255) = 25.41%

 GREEN value IS 220 (86.33% from 255) = 60.77%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 25.41%
G = 60.77%
B = 13.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#5CDC32 (or 0x5CDC32) is known color: Kelly Green. HEX triplet: 5C, DC and 32. RGB value is (92,220,50). Sum of RGB (Red+Green+Blue) = 92+220+50=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDC32 is #A323CD. Grayscale: #A2A2A2. Windows color (decimal): -10691534 or 3333212. OLE color: 3333212.

HSL color Cylindrical-coordinate representation of color #5CDC32: hue angle of 105.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CDC32 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 220 50 -
CMYK 0.58 0 0.77 0.14
HSL 105.18º 0.71% 0.53% -
HSV(B) 105.18º 0.77% 0.86% -
XYZ 30.58 53.69 11.77 -
YUV 162.35 64.59 77.82 -
System Red Green Blue C M Y K H S L
Decimal 92 220 50 0.58 0 0.77 0.14 105.18 0.71 0.53
Hex 5C DC 32 3A 0 4D E 69 47 35
Octal 134 334 62 72 0 115 16 151 107 65
Binary 1011100 11011100 110010 111010 0 1001101 1110 1101001 1000111 110101

Color Harmonies of #5CDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDC32

Black with #5CDC32

Text Example


Text Example

White with #5CDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,220,50); }

 H1.HeaderClassName
 {
   color: #5CDC32;
 }
 .AnyTagClassName
 {
   color: #5CDC32;
 }
</style>

background-color css

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

 a { background-color: rgb(92,220,50); }

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

border-color css

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

 span { border-color: rgb(92,220,50); }

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