Html Css Color HEX #53CF32 Kelly Green

📋 copy color: '#53CF32'

red 83 ◦ green 207 ◦ blue 50

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

Shades of Kelly Green #53CF32

Tints of Kelly Green #53CF32

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.88%

 BLUE value IS 50 (19.92% from 255) = 14.71%

R = 24.41%
G = 60.88%
B = 14.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#53CF32 (or 0x53CF32) is known color: Kelly Green. HEX triplet: 53, CF and 32. RGB value is (83,207,50). Sum of RGB (Red+Green+Blue) = 83+207+50=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CF32 is #AC30CD. Grayscale: #989898. Windows color (decimal): -11284686 or 3329875. OLE color: 3329875.

HSL color Cylindrical-coordinate representation of color #53CF32: hue angle of 107.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53CF32 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 207 50 -
CMYK 0.60 0 0.76 0.19
HSL 107.39º 0.62% 0.5% -
HSV(B) 107.39º 0.76% 0.81% -
XYZ 26.46 46.69 10.64 -
YUV 152.03 70.42 78.77 -
System Red Green Blue C M Y K H S L
Decimal 83 207 50 0.60 0 0.76 0.19 107.39 0.62 0.5
Hex 53 CF 32 3C 0 4C 13 6B 3E 32
Octal 123 317 62 74 0 114 23 153 76 62
Binary 1010011 11001111 110010 111100 0 1001100 10011 1101011 111110 110010

Color Harmonies of #53CF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CF32

Black with #53CF32

Text Example


Text Example

White with #53CF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,207,50); }

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

background-color css

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

 a { background-color: rgb(83,207,50); }

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

border-color css

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

 span { border-color: rgb(83,207,50); }

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