Html Css Color HEX #41BC08 Kelly Green

📋 copy color: '#41BC08'

red 65 ◦ green 188 ◦ blue 8

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

Shades of Kelly Green #41BC08

Tints of Kelly Green #41BC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.07%

R = 24.9%
G = 72.03%
B = 3.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#41BC08 (or 0x41BC08) is known color: Kelly Green. HEX triplet: 41, BC and 08. RGB value is (65,188,8). Sum of RGB (Red+Green+Blue) = 65+188+8=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BC08 is #BE43F7. Grayscale: #838383. Windows color (decimal): -12469240 or 572481. OLE color: 572481.

HSL color Cylindrical-coordinate representation of color #41BC08: hue angle of 101º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41BC08 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 188 8 -
CMYK 0.65 0 0.96 0.26
HSL 101º 0.92% 0.38% -
HSV(B) 101º 0.96% 0.74% -
XYZ 20.21 37.11 6.33 -
YUV 130.7 58.75 81.14 -
System Red Green Blue C M Y K H S L
Decimal 65 188 8 0.65 0 0.96 0.26 101 0.92 0.38
Hex 41 BC 8 41 0 60 1A 65 5C 26
Octal 101 274 10 101 0 140 32 145 134 46
Binary 1000001 10111100 1000 1000001 0 1100000 11010 1100101 1011100 100110

Color Harmonies of #41BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BC08

Black with #41BC08

Text Example


Text Example

White with #41BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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