Html Css Color HEX #53CA0C Kelly Green

📋 copy color: '#53CA0C'

red 83 ◦ green 202 ◦ blue 12

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

Shades of Kelly Green #53CA0C

Tints of Kelly Green #53CA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 68.01%

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 27.95%
G = 68.01%
B = 4.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#53CA0C (or 0x53CA0C) is known color: Kelly Green. HEX triplet: 53, CA and 0C. RGB value is (83,202,12). Sum of RGB (Red+Green+Blue) = 83+202+12=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 202 (79.30% from 255 or 68.01% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CA0C is #AC35F3. Grayscale: #919191. Windows color (decimal): -11286004 or 838227. OLE color: 838227.

HSL color Cylindrical-coordinate representation of color #53CA0C: hue angle of 97.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53CA0C is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 12 -
CMYK 0.59 0 0.94 0.21
HSL 97.58º 0.89% 0.42% -
HSV(B) 97.58º 0.94% 0.79% -
XYZ 24.75 44.11 7.56 -
YUV 144.76 53.08 83.95 -
System Red Green Blue C M Y K H S L
Decimal 83 202 12 0.59 0 0.94 0.21 97.58 0.89 0.42
Hex 53 CA C 3B 0 5E 15 62 59 2A
Octal 123 312 14 73 0 136 25 142 131 52
Binary 1010011 11001010 1100 111011 0 1011110 10101 1100010 1011001 101010

Color Harmonies of #53CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CA0C

Black with #53CA0C

Text Example


Text Example

White with #53CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,202,12); }

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

background-color css

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

 a { background-color: rgb(83,202,12); }

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

border-color css

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

 span { border-color: rgb(83,202,12); }

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