Html Css Color HEX #53BC0F Kelly Green

📋 copy color: '#53BC0F'

red 83 ◦ green 188 ◦ blue 15

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

Shades of Kelly Green #53BC0F

Tints of Kelly Green #53BC0F

RGB

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

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

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

R = 29.02%
G = 65.73%
B = 5.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#53BC0F (or 0x53BC0F) is known color: Kelly Green. HEX triplet: 53, BC and 0F. RGB value is (83,188,15). Sum of RGB (Red+Green+Blue) = 83+188+15=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BC0F is #AC43F0. Grayscale: #898989. Windows color (decimal): -11289585 or 1031251. OLE color: 1031251.

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

Color convert

RGB 83 188 15 -
CMYK 0.56 0 0.92 0.26
HSL 96.42º 0.85% 0.4% -
HSV(B) 96.42º 0.92% 0.74% -
XYZ 21.64 37.84 6.62 -
YUV 136.88 59.21 89.57 -
System Red Green Blue C M Y K H S L
Decimal 83 188 15 0.56 0 0.92 0.26 96.42 0.85 0.4
Hex 53 BC F 38 0 5C 1A 60 55 28
Octal 123 274 17 70 0 134 32 140 125 50
Binary 1010011 10111100 1111 111000 0 1011100 11010 1100000 1010101 101000

Color Harmonies of #53BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC0F

Black with #53BC0F

Text Example


Text Example

White with #53BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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