Html Css Color HEX #41AF03 Kelly Green

📋 copy color: '#41AF03'

red 65 ◦ green 175 ◦ blue 3

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

Shades of Kelly Green #41AF03

Tints of Kelly Green #41AF03

RGB

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

 GREEN value IS 175 (68.75% from 255) = 72.02%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 26.75%
G = 72.02%
B = 1.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#41AF03 (or 0x41AF03) is known color: Kelly Green. HEX triplet: 41, AF and 03. RGB value is (65,175,3). Sum of RGB (Red+Green+Blue) = 65+175+3=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AF03 is #BE50FC. Grayscale: #7B7B7B. Windows color (decimal): -12472573 or 241473. OLE color: 241473.

HSL color Cylindrical-coordinate representation of color #41AF03: hue angle of 98.37º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41AF03 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 175 3 -
CMYK 0.63 0 0.98 0.31
HSL 98.37º 0.97% 0.35% -
HSV(B) 98.37º 0.98% 0.69% -
XYZ 17.53 31.79 5.3 -
YUV 122.5 60.56 86.99 -
System Red Green Blue C M Y K H S L
Decimal 65 175 3 0.63 0 0.98 0.31 98.37 0.97 0.35
Hex 41 AF 3 3F 0 62 1F 62 61 23
Octal 101 257 3 77 0 142 37 142 141 43
Binary 1000001 10101111 11 111111 0 1100010 11111 1100010 1100001 100011

Color Harmonies of #41AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AF03

Black with #41AF03

Text Example


Text Example

White with #41AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,175,3); }

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

background-color css

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

 a { background-color: rgb(65,175,3); }

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

border-color css

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

 span { border-color: rgb(65,175,3); }

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