Html Css Color HEX #41D00B Kelly Green

📋 copy color: '#41D00B'

red 65 ◦ green 208 ◦ blue 11

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

Shades of Kelly Green #41D00B

Tints of Kelly Green #41D00B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 73.24%

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 22.89%
G = 73.24%
B = 3.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#41D00B (or 0x41D00B) is known color: Kelly Green. HEX triplet: 41, D0 and 0B. RGB value is (65,208,11). Sum of RGB (Red+Green+Blue) = 65+208+11=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 208 (81.64% from 255 or 73.24% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 208 - color contains mainly: green. Hex color #41D00B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D00B is #BE2FF4. Grayscale: #8F8F8F. Windows color (decimal): -12464117 or 774209. OLE color: 774209.

HSL color Cylindrical-coordinate representation of color #41D00B: hue angle of 103.55º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41D00B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 208 11 -
CMYK 0.69 0 0.95 0.18
HSL 103.55º 0.9% 0.43% -
HSV(B) 103.55º 0.95% 0.82% -
XYZ 24.8 46.26 7.94 -
YUV 142.79 53.62 72.52 -
System Red Green Blue C M Y K H S L
Decimal 65 208 11 0.69 0 0.95 0.18 103.55 0.9 0.43
Hex 41 D0 B 45 0 5F 12 68 5A 2B
Octal 101 320 13 105 0 137 22 150 132 53
Binary 1000001 11010000 1011 1000101 0 1011111 10010 1101000 1011010 101011

Color Harmonies of #41D00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D00B

Black with #41D00B

Text Example


Text Example

White with #41D00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,208,11); }

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

background-color css

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

 a { background-color: rgb(65,208,11); }

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

border-color css

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

 span { border-color: rgb(65,208,11); }

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