Html Css Color HEX #61B70C Kelly Green

📋 copy color: '#61B70C'

red 97 ◦ green 183 ◦ blue 12

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

Shades of Kelly Green #61B70C

Tints of Kelly Green #61B70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 62.67%

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

R = 33.22%
G = 62.67%
B = 4.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#61B70C (or 0x61B70C) is known color: Kelly Green. HEX triplet: 61, B7 and 0C. RGB value is (97,183,12). Sum of RGB (Red+Green+Blue) = 97+183+12=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #61B70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61B70C is #9E48F3. Grayscale: #8A8A8A. Windows color (decimal): -10373364 or 833377. OLE color: 833377.

HSL color Cylindrical-coordinate representation of color #61B70C: hue angle of 90.18º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61B70C is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 183 12 -
CMYK 0.47 0 0.93 0.28
HSL 90.18º 0.88% 0.38% -
HSV(B) 90.18º 0.93% 0.72% -
XYZ 21.93 36.43 6.22 -
YUV 137.79 57.01 98.9 -
System Red Green Blue C M Y K H S L
Decimal 97 183 12 0.47 0 0.93 0.28 90.18 0.88 0.38
Hex 61 B7 C 2F 0 5D 1C 5A 58 26
Octal 141 267 14 57 0 135 34 132 130 46
Binary 1100001 10110111 1100 101111 0 1011101 11100 1011010 1011000 100110

Color Harmonies of #61B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B70C

Black with #61B70C

Text Example


Text Example

White with #61B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,183,12); }

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

background-color css

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

 a { background-color: rgb(97,183,12); }

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

border-color css

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

 span { border-color: rgb(97,183,12); }

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