Html Css Color HEX #41A514 Kelly Green

📋 copy color: '#41A514'

red 65 ◦ green 165 ◦ blue 20

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

Shades of Kelly Green #41A514

Tints of Kelly Green #41A514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 66%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 26%
G = 66%
B = 8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#41A514 (or 0x41A514) is known color: Kelly Green. HEX triplet: 41, A5 and 14. RGB value is (65,165,20). Sum of RGB (Red+Green+Blue) = 65+165+20=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #41A514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41A514 is #BE5AEB. Grayscale: #777777. Windows color (decimal): -12475116 or 1353025. OLE color: 1353025.

HSL color Cylindrical-coordinate representation of color #41A514: hue angle of 101.38º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41A514 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 165 20 -
CMYK 0.61 0 0.88 0.35
HSL 101.38º 0.78% 0.36% -
HSV(B) 101.38º 0.88% 0.65% -
XYZ 15.76 28.08 5.25 -
YUV 118.57 72.37 89.79 -
System Red Green Blue C M Y K H S L
Decimal 65 165 20 0.61 0 0.88 0.35 101.38 0.78 0.36
Hex 41 A5 14 3D 0 58 23 65 4E 24
Octal 101 245 24 75 0 130 43 145 116 44
Binary 1000001 10100101 10100 111101 0 1011000 100011 1100101 1001110 100100

Color Harmonies of #41A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A514

Black with #41A514

Text Example


Text Example

White with #41A514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,165,20); }

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

background-color css

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

 a { background-color: rgb(65,165,20); }

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

border-color css

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

 span { border-color: rgb(65,165,20); }

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