Html Css Color HEX #61D513 Kelly Green

📋 copy color: '#61D513'

red 97 ◦ green 213 ◦ blue 19

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

Shades of Kelly Green #61D513

Tints of Kelly Green #61D513

RGB

 RED value IS 97 (38.28% from 255) = 29.48%

 GREEN value IS 213 (83.59% from 255) = 64.74%

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 29.48%
G = 64.74%
B = 5.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#61D513 (or 0x61D513) is known color: Kelly Green. HEX triplet: 61, D5 and 13. RGB value is (97,213,19). Sum of RGB (Red+Green+Blue) = 97+213+19=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #61D513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D513 is #9E2AEC. Grayscale: #9C9C9C. Windows color (decimal): -10365677 or 1299809. OLE color: 1299809.

HSL color Cylindrical-coordinate representation of color #61D513: hue angle of 95.88º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61D513 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 213 19 -
CMYK 0.54 0 0.91 0.16
HSL 95.88º 0.84% 0.45% -
HSV(B) 95.88º 0.91% 0.84% -
XYZ 28.84 50.18 8.78 -
YUV 156.2 50.57 85.77 -
System Red Green Blue C M Y K H S L
Decimal 97 213 19 0.54 0 0.91 0.16 95.88 0.84 0.45
Hex 61 D5 13 36 0 5B 10 60 54 2D
Octal 141 325 23 66 0 133 20 140 124 55
Binary 1100001 11010101 10011 110110 0 1011011 10000 1100000 1010100 101101

Color Harmonies of #61D513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D513

Black with #61D513

Text Example


Text Example

White with #61D513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61D513; }

 p { color: rgb(97,213,19); }

 H1.HeaderClassName
 {
   color: #61D513;
 }
 .AnyTagClassName
 {
   color: #61D513;
 }
</style>

background-color css

<style>
 a { background-color: #61D513; }

 a { background-color: rgb(97,213,19); }

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

border-color css

<style>
 span { border-color: #61D513; }

 span { border-color: rgb(97,213,19); }

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