Html Css Color HEX #53BA0A Kelly Green

📋 copy color: '#53BA0A'

red 83 ◦ green 186 ◦ blue 10

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

Shades of Kelly Green #53BA0A

Tints of Kelly Green #53BA0A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.67%

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 29.75%
G = 66.67%
B = 3.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#53BA0A (or 0x53BA0A) is known color: Kelly Green. HEX triplet: 53, BA and 0A. RGB value is (83,186,10). Sum of RGB (Red+Green+Blue) = 83+186+10=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BA0A is #AC45F5. Grayscale: #878787. Windows color (decimal): -11290102 or 703059. OLE color: 703059.

HSL color Cylindrical-coordinate representation of color #53BA0A: hue angle of 95.11º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53BA0A is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 10 -
CMYK 0.55 0 0.95 0.27
HSL 95.11º 0.9% 0.38% -
HSV(B) 95.11º 0.95% 0.73% -
XYZ 21.18 36.98 6.31 -
YUV 135.14 57.38 90.81 -
System Red Green Blue C M Y K H S L
Decimal 83 186 10 0.55 0 0.95 0.27 95.11 0.9 0.38
Hex 53 BA A 37 0 5F 1B 5F 5A 26
Octal 123 272 12 67 0 137 33 137 132 46
Binary 1010011 10111010 1010 110111 0 1011111 11011 1011111 1011010 100110

Color Harmonies of #53BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA0A

Black with #53BA0A

Text Example


Text Example

White with #53BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,10); }

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

background-color css

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

 a { background-color: rgb(83,186,10); }

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

border-color css

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

 span { border-color: rgb(83,186,10); }

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