Html Css Color HEX #41D700 Kelly Green

📋 copy color: '#41D700'

red 65 ◦ green 215 ◦ blue 0

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

Shades of Kelly Green #41D700

Tints of Kelly Green #41D700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 76.79%

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

R = 23.21%
G = 76.79%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#41D700 (or 0x41D700) is known color: Kelly Green. HEX triplet: 41, D7 and 00. RGB value is (65,215,0). Sum of RGB (Red+Green+Blue) = 65+215+0=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 215 (84.38% from 255 or 76.79% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 215 - color contains mainly: green. Hex color #41D700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D700 is #BE28FF. Grayscale: #929292. Windows color (decimal): -12462336 or 55105. OLE color: 55105.

HSL color Cylindrical-coordinate representation of color #41D700: hue angle of 101.86º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41D700 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 215 0 -
CMYK 0.70 0 1 0.16
HSL 101.86º 1% 0.42% -
HSV(B) 101.86º 1% 0.84% -
XYZ 26.48 49.72 8.2 -
YUV 145.64 45.81 70.48 -
System Red Green Blue C M Y K H S L
Decimal 65 215 0 0.70 0 1 0.16 101.86 1 0.42
Hex 41 D7 0 46 0 64 10 66 64 2A
Octal 101 327 0 106 0 144 20 146 144 52
Binary 1000001 11010111 0 1000110 0 1100100 10000 1100110 1100100 101010

Color Harmonies of #41D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D700

Black with #41D700

Text Example


Text Example

White with #41D700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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