Html Css Color HEX #41BC13 Kelly Green

📋 copy color: '#41BC13'

red 65 ◦ green 188 ◦ blue 19

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

Shades of Kelly Green #41BC13

Tints of Kelly Green #41BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.12%

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 23.9%
G = 69.12%
B = 6.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#41BC13 (or 0x41BC13) is known color: Kelly Green. HEX triplet: 41, BC and 13. RGB value is (65,188,19). Sum of RGB (Red+Green+Blue) = 65+188+19=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BC13 is #BE43EC. Grayscale: #848484. Windows color (decimal): -12469229 or 1293377. OLE color: 1293377.

HSL color Cylindrical-coordinate representation of color #41BC13: hue angle of 103.67º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41BC13 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 188 19 -
CMYK 0.65 0 0.90 0.26
HSL 103.67º 0.82% 0.41% -
HSV(B) 103.67º 0.9% 0.74% -
XYZ 20.28 37.14 6.72 -
YUV 131.96 64.25 80.24 -
System Red Green Blue C M Y K H S L
Decimal 65 188 19 0.65 0 0.90 0.26 103.67 0.82 0.41
Hex 41 BC 13 41 0 5A 1A 68 52 29
Octal 101 274 23 101 0 132 32 150 122 51
Binary 1000001 10111100 10011 1000001 0 1011010 11010 1101000 1010010 101001

Color Harmonies of #41BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BC13

Black with #41BC13

Text Example


Text Example

White with #41BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,188,19); }

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

background-color css

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

 a { background-color: rgb(65,188,19); }

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

border-color css

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

 span { border-color: rgb(65,188,19); }

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