Html Css Color HEX #61CA0C Kelly Green

📋 copy color: '#61CA0C'

red 97 ◦ green 202 ◦ blue 12

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

Shades of Kelly Green #61CA0C

Tints of Kelly Green #61CA0C

RGB

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

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

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

R = 31.19%
G = 64.95%
B = 3.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#61CA0C (or 0x61CA0C) is known color: Kelly Green. HEX triplet: 61, CA and 0C. RGB value is (97,202,12). Sum of RGB (Red+Green+Blue) = 97+202+12=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61CA0C is #9E35F3. Grayscale: #959595. Windows color (decimal): -10368500 or 838241. OLE color: 838241.

HSL color Cylindrical-coordinate representation of color #61CA0C: hue angle of 93.16º 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 #61CA0C is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 202 12 -
CMYK 0.52 0 0.94 0.21
HSL 93.16º 0.89% 0.42% -
HSV(B) 93.16º 0.94% 0.79% -
XYZ 26.12 44.81 7.62 -
YUV 148.95 50.71 90.95 -
System Red Green Blue C M Y K H S L
Decimal 97 202 12 0.52 0 0.94 0.21 93.16 0.89 0.42
Hex 61 CA C 34 0 5E 15 5D 59 2A
Octal 141 312 14 64 0 136 25 135 131 52
Binary 1100001 11001010 1100 110100 0 1011110 10101 1011101 1011001 101010

Color Harmonies of #61CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CA0C

Black with #61CA0C

Text Example


Text Example

White with #61CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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