Html Css Color HEX #53BF0F Kelly Green

📋 copy color: '#53BF0F'

red 83 ◦ green 191 ◦ blue 15

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

Shades of Kelly Green #53BF0F

Tints of Kelly Green #53BF0F

RGB

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

 GREEN value IS 191 (75% from 255) = 66.09%

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

R = 28.72%
G = 66.09%
B = 5.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#53BF0F (or 0x53BF0F) is known color: Kelly Green. HEX triplet: 53, BF and 0F. RGB value is (83,191,15). Sum of RGB (Red+Green+Blue) = 83+191+15=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BF0F is #AC40F0. Grayscale: #8B8B8B. Windows color (decimal): -11288817 or 1032019. OLE color: 1032019.

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

Color convert

RGB 83 191 15 -
CMYK 0.57 0 0.92 0.25
HSL 96.82º 0.85% 0.4% -
HSV(B) 96.82º 0.92% 0.75% -
XYZ 22.28 39.14 6.83 -
YUV 138.64 58.22 88.31 -
System Red Green Blue C M Y K H S L
Decimal 83 191 15 0.57 0 0.92 0.25 96.82 0.85 0.4
Hex 53 BF F 39 0 5C 19 61 55 28
Octal 123 277 17 71 0 134 31 141 125 50
Binary 1010011 10111111 1111 111001 0 1011100 11001 1100001 1010101 101000

Color Harmonies of #53BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BF0F

Black with #53BF0F

Text Example


Text Example

White with #53BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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