Html Css Color HEX #41BF0E Kelly Green

📋 copy color: '#41BF0E'

red 65 ◦ green 191 ◦ blue 14

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

Shades of Kelly Green #41BF0E

Tints of Kelly Green #41BF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 70.74%

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 24.07%
G = 70.74%
B = 5.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#41BF0E (or 0x41BF0E) is known color: Kelly Green. HEX triplet: 41, BF and 0E. RGB value is (65,191,14). Sum of RGB (Red+Green+Blue) = 65+191+14=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 191 (75% from 255 or 70.74% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BF0E is #BE40F1. Grayscale: #858585. Windows color (decimal): -12468466 or 966465. OLE color: 966465.

HSL color Cylindrical-coordinate representation of color #41BF0E: hue angle of 102.71º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41BF0E is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 191 14 -
CMYK 0.66 0 0.93 0.25
HSL 102.71º 0.86% 0.4% -
HSV(B) 102.71º 0.93% 0.75% -
XYZ 20.89 38.42 6.73 -
YUV 133.15 60.76 79.39 -
System Red Green Blue C M Y K H S L
Decimal 65 191 14 0.66 0 0.93 0.25 102.71 0.86 0.4
Hex 41 BF E 42 0 5D 19 67 56 28
Octal 101 277 16 102 0 135 31 147 126 50
Binary 1000001 10111111 1110 1000010 0 1011101 11001 1100111 1010110 101000

Color Harmonies of #41BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BF0E

Black with #41BF0E

Text Example


Text Example

White with #41BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,191,14); }

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

background-color css

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

 a { background-color: rgb(65,191,14); }

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

border-color css

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

 span { border-color: rgb(65,191,14); }

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