Html Css Color HEX #41BE0E Kelly Green

📋 copy color: '#41BE0E'

red 65 ◦ green 190 ◦ blue 14

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

Shades of Kelly Green #41BE0E

Tints of Kelly Green #41BE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 70.63%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 24.16%
G = 70.63%
B = 5.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#41BE0E (or 0x41BE0E) is known color: Kelly Green. HEX triplet: 41, BE and 0E. RGB value is (65,190,14). Sum of RGB (Red+Green+Blue) = 65+190+14=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 190 (74.61% from 255 or 70.63% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BE0E is #BE41F1. Grayscale: #858585. Windows color (decimal): -12468722 or 966209. OLE color: 966209.

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

Color convert

RGB 65 190 14 -
CMYK 0.66 0 0.93 0.25
HSL 102.61º 0.86% 0.4% -
HSV(B) 102.61º 0.93% 0.75% -
XYZ 20.67 37.98 6.66 -
YUV 132.56 61.09 79.81 -
System Red Green Blue C M Y K H S L
Decimal 65 190 14 0.66 0 0.93 0.25 102.61 0.86 0.4
Hex 41 BE E 42 0 5D 19 67 56 28
Octal 101 276 16 102 0 135 31 147 126 50
Binary 1000001 10111110 1110 1000010 0 1011101 11001 1100111 1010110 101000

Color Harmonies of #41BE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BE0E

Black with #41BE0E

Text Example


Text Example

White with #41BE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,190,14); }

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

background-color css

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

 a { background-color: rgb(65,190,14); }

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

border-color css

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

 span { border-color: rgb(65,190,14); }

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