Html Css Color HEX #61D714 Kelly Green

📋 copy color: '#61D714'

red 97 ◦ green 215 ◦ blue 20

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

Shades of Kelly Green #61D714

Tints of Kelly Green #61D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.76%

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 29.22%
G = 64.76%
B = 6.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#61D714 (or 0x61D714) is known color: Kelly Green. HEX triplet: 61, D7 and 14. RGB value is (97,215,20). Sum of RGB (Red+Green+Blue) = 97+215+20=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #61D714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D714 is #9E28EB. Grayscale: #9E9E9E. Windows color (decimal): -10365164 or 1365857. OLE color: 1365857.

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

Color convert

RGB 97 215 20 -
CMYK 0.55 0 0.91 0.16
HSL 96.31º 0.83% 0.46% -
HSV(B) 96.31º 0.91% 0.84% -
XYZ 29.36 51.19 9 -
YUV 157.49 50.41 84.86 -
System Red Green Blue C M Y K H S L
Decimal 97 215 20 0.55 0 0.91 0.16 96.31 0.83 0.46
Hex 61 D7 14 37 0 5B 10 60 53 2E
Octal 141 327 24 67 0 133 20 140 123 56
Binary 1100001 11010111 10100 110111 0 1011011 10000 1100000 1010011 101110

Color Harmonies of #61D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D714

Black with #61D714

Text Example


Text Example

White with #61D714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,215,20); }

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

background-color css

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

 a { background-color: rgb(97,215,20); }

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

border-color css

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

 span { border-color: rgb(97,215,20); }

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