Html Css Color HEX #41C000 Kelly Green

📋 copy color: '#41C000'

red 65 ◦ green 192 ◦ blue 0

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

Shades of Kelly Green #41C000

Tints of Kelly Green #41C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 74.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.29%
G = 74.71%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#41C000 (or 0x41C000) is known color: Kelly Green. HEX triplet: 41, C0 and 00. RGB value is (65,192,0). Sum of RGB (Red+Green+Blue) = 65+192+0=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #41C000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C000 is #BE3FFF. Grayscale: #848484. Windows color (decimal): -12468224 or 49217. OLE color: 49217.

HSL color Cylindrical-coordinate representation of color #41C000: hue angle of 99.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41C000 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 192 0 -
CMYK 0.66 0 1 0.25
HSL 99.69º 1% 0.38% -
HSV(B) 99.69º 1% 0.75% -
XYZ 21.03 38.82 6.39 -
YUV 132.14 53.42 80.11 -
System Red Green Blue C M Y K H S L
Decimal 65 192 0 0.66 0 1 0.25 99.69 1 0.38
Hex 41 C0 0 42 0 64 19 64 64 26
Octal 101 300 0 102 0 144 31 144 144 46
Binary 1000001 11000000 0 1000010 0 1100100 11001 1100100 1100100 100110

Color Harmonies of #41C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C000

Black with #41C000

Text Example


Text Example

White with #41C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,192,0); }

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

background-color css

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

 a { background-color: rgb(65,192,0); }

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

border-color css

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

 span { border-color: rgb(65,192,0); }

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