Html Css Color HEX #41DA08 Kelly Green

📋 copy color: '#41DA08'

red 65 ◦ green 218 ◦ blue 8

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

Shades of Kelly Green #41DA08

Tints of Kelly Green #41DA08

RGB

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

 GREEN value IS 218 (85.55% from 255) = 74.91%

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

R = 22.34%
G = 74.91%
B = 2.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#41DA08 (or 0x41DA08) is known color: Kelly Green. HEX triplet: 41, DA and 08. RGB value is (65,218,8). Sum of RGB (Red+Green+Blue) = 65+218+8=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 218 (85.55% from 255 or 74.91% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DA08 is #BE25F7. Grayscale: #959595. Windows color (decimal): -12461560 or 580161. OLE color: 580161.

HSL color Cylindrical-coordinate representation of color #41DA08: hue angle of 103.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41DA08 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 218 8 -
CMYK 0.70 0 0.96 0.15
HSL 103.71º 0.93% 0.44% -
HSV(B) 103.71º 0.96% 0.85% -
XYZ 27.3 51.28 8.69 -
YUV 148.31 48.81 68.58 -
System Red Green Blue C M Y K H S L
Decimal 65 218 8 0.70 0 0.96 0.15 103.71 0.93 0.44
Hex 41 DA 8 46 0 60 F 68 5D 2C
Octal 101 332 10 106 0 140 17 150 135 54
Binary 1000001 11011010 1000 1000110 0 1100000 1111 1101000 1011101 101100

Color Harmonies of #41DA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DA08

Black with #41DA08

Text Example


Text Example

White with #41DA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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