Html Css Color HEX #61CA10 Kelly Green

📋 copy color: '#61CA10'

red 97 ◦ green 202 ◦ blue 16

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

Shades of Kelly Green #61CA10

Tints of Kelly Green #61CA10

RGB

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

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

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

R = 30.79%
G = 64.13%
B = 5.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#61CA10 (or 0x61CA10) is known color: Kelly Green. HEX triplet: 61, CA and 10. RGB value is (97,202,16). Sum of RGB (Red+Green+Blue) = 97+202+16=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61CA10 is #9E35EF. Grayscale: #969696. Windows color (decimal): -10368496 or 1100385. OLE color: 1100385.

HSL color Cylindrical-coordinate representation of color #61CA10: hue angle of 93.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61CA10 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 202 16 -
CMYK 0.52 0 0.92 0.21
HSL 93.87º 0.85% 0.43% -
HSV(B) 93.87º 0.92% 0.79% -
XYZ 26.14 44.82 7.76 -
YUV 149.4 52.71 90.62 -
System Red Green Blue C M Y K H S L
Decimal 97 202 16 0.52 0 0.92 0.21 93.87 0.85 0.43
Hex 61 CA 10 34 0 5C 15 5E 55 2B
Octal 141 312 20 64 0 134 25 136 125 53
Binary 1100001 11001010 10000 110100 0 1011100 10101 1011110 1010101 101011

Color Harmonies of #61CA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CA10

Black with #61CA10

Text Example


Text Example

White with #61CA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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