Html Css Color HEX #5CD80F Kelly Green

📋 copy color: '#5CD80F'

red 92 ◦ green 216 ◦ blue 15

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

Shades of Kelly Green #5CD80F

Tints of Kelly Green #5CD80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.87%

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 28.48%
G = 66.87%
B = 4.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#5CD80F (or 0x5CD80F) is known color: Kelly Green. HEX triplet: 5C, D8 and 0F. RGB value is (92,216,15). Sum of RGB (Red+Green+Blue) = 92+216+15=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 216 (84.77% from 255 or 66.87% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 216 - color contains mainly: green. Hex color #5CD80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD80F is #A327F0. Grayscale: #9C9C9C. Windows color (decimal): -10692593 or 1038428. OLE color: 1038428.

HSL color Cylindrical-coordinate representation of color #5CD80F: hue angle of 97.01º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5CD80F is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 216 15 -
CMYK 0.57 0 0.93 0.15
HSL 97.01º 0.87% 0.45% -
HSV(B) 97.01º 0.93% 0.85% -
XYZ 29.06 51.42 8.85 -
YUV 156.01 48.42 82.34 -
System Red Green Blue C M Y K H S L
Decimal 92 216 15 0.57 0 0.93 0.15 97.01 0.87 0.45
Hex 5C D8 F 39 0 5D F 61 57 2D
Octal 134 330 17 71 0 135 17 141 127 55
Binary 1011100 11011000 1111 111001 0 1011101 1111 1100001 1010111 101101

Color Harmonies of #5CD80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD80F

Black with #5CD80F

Text Example


Text Example

White with #5CD80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,216,15); }

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

background-color css

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

 a { background-color: rgb(92,216,15); }

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

border-color css

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

 span { border-color: rgb(92,216,15); }

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