Html Css Color HEX #41BA01 Kelly Green

📋 copy color: '#41BA01'

red 65 ◦ green 186 ◦ blue 1

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

Shades of Kelly Green #41BA01

Tints of Kelly Green #41BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 73.81%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 25.79%
G = 73.81%
B = 0.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#41BA01 (or 0x41BA01) is known color: Kelly Green. HEX triplet: 41, BA and 01. RGB value is (65,186,1). Sum of RGB (Red+Green+Blue) = 65+186+1=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BA01 is #BE45FE. Grayscale: #818181. Windows color (decimal): -12469759 or 113217. OLE color: 113217.

HSL color Cylindrical-coordinate representation of color #41BA01: hue angle of 99.24º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41BA01 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 186 1 -
CMYK 0.65 0 0.99 0.27
HSL 99.24º 0.99% 0.37% -
HSV(B) 99.24º 0.99% 0.73% -
XYZ 19.74 36.24 5.98 -
YUV 128.73 55.91 82.54 -
System Red Green Blue C M Y K H S L
Decimal 65 186 1 0.65 0 0.99 0.27 99.24 0.99 0.37
Hex 41 BA 1 41 0 63 1B 63 63 25
Octal 101 272 1 101 0 143 33 143 143 45
Binary 1000001 10111010 1 1000001 0 1100011 11011 1100011 1100011 100101

Color Harmonies of #41BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BA01

Black with #41BA01

Text Example


Text Example

White with #41BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,186,1); }

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

background-color css

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

 a { background-color: rgb(65,186,1); }

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

border-color css

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

 span { border-color: rgb(65,186,1); }

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