Html Css Color HEX #53BC1F Kelly Green

📋 copy color: '#53BC1F'

red 83 ◦ green 188 ◦ blue 31

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

Shades of Kelly Green #53BC1F

Tints of Kelly Green #53BC1F

RGB

 RED value IS 83 (32.81% from 255) = 27.48%

 GREEN value IS 188 (73.83% from 255) = 62.25%

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 27.48%
G = 62.25%
B = 10.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#53BC1F (or 0x53BC1F) is known color: Kelly Green. HEX triplet: 53, BC and 1F. RGB value is (83,188,31). Sum of RGB (Red+Green+Blue) = 83+188+31=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC1F is #AC43E0. Grayscale: #8B8B8B. Windows color (decimal): -11289569 or 2079827. OLE color: 2079827.

HSL color Cylindrical-coordinate representation of color #53BC1F: hue angle of 100.13º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53BC1F is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 31 -
CMYK 0.56 0 0.84 0.26
HSL 100.13º 0.72% 0.43% -
HSV(B) 100.13º 0.84% 0.74% -
XYZ 21.8 37.9 7.46 -
YUV 138.71 67.21 88.27 -
System Red Green Blue C M Y K H S L
Decimal 83 188 31 0.56 0 0.84 0.26 100.13 0.72 0.43
Hex 53 BC 1F 38 0 54 1A 64 48 2B
Octal 123 274 37 70 0 124 32 144 110 53
Binary 1010011 10111100 11111 111000 0 1010100 11010 1100100 1001000 101011

Color Harmonies of #53BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC1F

Black with #53BC1F

Text Example


Text Example

White with #53BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BC1F; }

 p { color: rgb(83,188,31); }

 H1.HeaderClassName
 {
   color: #53BC1F;
 }
 .AnyTagClassName
 {
   color: #53BC1F;
 }
</style>

background-color css

<style>
 a { background-color: #53BC1F; }

 a { background-color: rgb(83,188,31); }

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

border-color css

<style>
 span { border-color: #53BC1F; }

 span { border-color: rgb(83,188,31); }

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