Html Css Color HEX #61D010 Kelly Green

📋 copy color: '#61D010'

red 97 ◦ green 208 ◦ blue 16

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

Shades of Kelly Green #61D010

Tints of Kelly Green #61D010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.8%

 BLUE value IS 16 (6.64% from 255) = 4.98%

R = 30.22%
G = 64.8%
B = 4.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#61D010 (or 0x61D010) is known color: Kelly Green. HEX triplet: 61, D0 and 10. RGB value is (97,208,16). Sum of RGB (Red+Green+Blue) = 97+208+16=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #61D010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D010 is #9E2FEF. Grayscale: #999999. Windows color (decimal): -10366960 or 1101921. OLE color: 1101921.

HSL color Cylindrical-coordinate representation of color #61D010: hue angle of 94.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61D010 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 208 16 -
CMYK 0.53 0 0.92 0.18
HSL 94.69º 0.86% 0.44% -
HSV(B) 94.69º 0.92% 0.82% -
XYZ 27.58 47.69 8.24 -
YUV 152.92 50.73 88.11 -
System Red Green Blue C M Y K H S L
Decimal 97 208 16 0.53 0 0.92 0.18 94.69 0.86 0.44
Hex 61 D0 10 35 0 5C 12 5F 56 2C
Octal 141 320 20 65 0 134 22 137 126 54
Binary 1100001 11010000 10000 110101 0 1011100 10010 1011111 1010110 101100

Color Harmonies of #61D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D010

Black with #61D010

Text Example


Text Example

White with #61D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,208,16); }

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

background-color css

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

 a { background-color: rgb(97,208,16); }

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

border-color css

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

 span { border-color: rgb(97,208,16); }

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