Html Css Color HEX #61CA04 Kelly Green

📋 copy color: '#61CA04'

red 97 ◦ green 202 ◦ blue 4

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

Shades of Kelly Green #61CA04

Tints of Kelly Green #61CA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 32.01%
G = 66.67%
B = 1.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#61CA04 (or 0x61CA04) is known color: Kelly Green. HEX triplet: 61, CA and 04. RGB value is (97,202,4). Sum of RGB (Red+Green+Blue) = 97+202+4=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61CA04 is #9E35FB. Grayscale: #949494. Windows color (decimal): -10368508 or 313953. OLE color: 313953.

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

Color convert

RGB 97 202 4 -
CMYK 0.52 0 0.98 0.21
HSL 91.82º 0.96% 0.4% -
HSV(B) 91.82º 0.98% 0.79% -
XYZ 26.07 44.79 7.39 -
YUV 148.03 46.71 91.6 -
System Red Green Blue C M Y K H S L
Decimal 97 202 4 0.52 0 0.98 0.21 91.82 0.96 0.4
Hex 61 CA 4 34 0 62 15 5C 60 28
Octal 141 312 4 64 0 142 25 134 140 50
Binary 1100001 11001010 100 110100 0 1100010 10101 1011100 1100000 101000

Color Harmonies of #61CA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CA04

Black with #61CA04

Text Example


Text Example

White with #61CA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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