Html Css Color HEX #41B514 Kelly Green

📋 copy color: '#41B514'

red 65 ◦ green 181 ◦ blue 20

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

Shades of Kelly Green #41B514

Tints of Kelly Green #41B514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.05%

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

R = 24.44%
G = 68.05%
B = 7.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#41B514 (or 0x41B514) is known color: Kelly Green. HEX triplet: 41, B5 and 14. RGB value is (65,181,20). Sum of RGB (Red+Green+Blue) = 65+181+20=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 181 (71.09% from 255 or 68.05% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 181 - color contains mainly: green. Hex color #41B514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41B514 is #BE4AEB. Grayscale: #808080. Windows color (decimal): -12471020 or 1357121. OLE color: 1357121.

HSL color Cylindrical-coordinate representation of color #41B514: hue angle of 103.23º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41B514 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 181 20 -
CMYK 0.64 0 0.89 0.29
HSL 103.23º 0.8% 0.39% -
HSV(B) 103.23º 0.89% 0.71% -
XYZ 18.83 34.22 6.27 -
YUV 127.96 67.07 83.09 -
System Red Green Blue C M Y K H S L
Decimal 65 181 20 0.64 0 0.89 0.29 103.23 0.8 0.39
Hex 41 B5 14 40 0 59 1D 67 50 27
Octal 101 265 24 100 0 131 35 147 120 47
Binary 1000001 10110101 10100 1000000 0 1011001 11101 1100111 1010000 100111

Color Harmonies of #41B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B514

Black with #41B514

Text Example


Text Example

White with #41B514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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