Html Css Color HEX #41C512 Kelly Green

📋 copy color: '#41C512'

red 65 ◦ green 197 ◦ blue 18

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

Shades of Kelly Green #41C512

Tints of Kelly Green #41C512

RGB

 RED value IS 65 (25.78% from 255) = 23.21%

 GREEN value IS 197 (77.34% from 255) = 70.36%

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 23.21%
G = 70.36%
B = 6.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#41C512 (or 0x41C512) is known color: Kelly Green. HEX triplet: 41, C5 and 12. RGB value is (65,197,18). Sum of RGB (Red+Green+Blue) = 65+197+18=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #41C512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C512 is #BE3AED. Grayscale: #898989. Windows color (decimal): -12466926 or 1230145. OLE color: 1230145.

HSL color Cylindrical-coordinate representation of color #41C512: hue angle of 104.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41C512 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 65 197 18 -
CMYK 0.67 0 0.91 0.23
HSL 104.25º 0.83% 0.42% -
HSV(B) 104.25º 0.91% 0.77% -
XYZ 22.26 41.1 7.33 -
YUV 137.13 60.77 76.55 -
System Red Green Blue C M Y K H S L
Decimal 65 197 18 0.67 0 0.91 0.23 104.25 0.83 0.42
Hex 41 C5 12 43 0 5B 17 68 53 2A
Octal 101 305 22 103 0 133 27 150 123 52
Binary 1000001 11000101 10010 1000011 0 1011011 10111 1101000 1010011 101010

Color Harmonies of #41C512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C512

Black with #41C512

Text Example


Text Example

White with #41C512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41C512; }

 p { color: rgb(65,197,18); }

 H1.HeaderClassName
 {
   color: #41C512;
 }
 .AnyTagClassName
 {
   color: #41C512;
 }
</style>

background-color css

<style>
 a { background-color: #41C512; }

 a { background-color: rgb(65,197,18); }

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

border-color css

<style>
 span { border-color: #41C512; }

 span { border-color: rgb(65,197,18); }

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