Html Css Color HEX #41CC0D Kelly Green

📋 copy color: '#41CC0D'

red 65 ◦ green 204 ◦ blue 13

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

Shades of Kelly Green #41CC0D

Tints of Kelly Green #41CC0D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 72.34%

 BLUE value IS 13 (5.47% from 255) = 4.61%

R = 23.05%
G = 72.34%
B = 4.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#41CC0D (or 0x41CC0D) is known color: Kelly Green. HEX triplet: 41, CC and 0D. RGB value is (65,204,13). Sum of RGB (Red+Green+Blue) = 65+204+13=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #41CC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CC0D is #BE33F2. Grayscale: #8D8D8D. Windows color (decimal): -12465139 or 904257. OLE color: 904257.

HSL color Cylindrical-coordinate representation of color #41CC0D: hue angle of 103.66º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41CC0D is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 204 13 -
CMYK 0.68 0 0.94 0.2
HSL 103.66º 0.88% 0.43% -
HSV(B) 103.66º 0.94% 0.8% -
XYZ 23.85 44.34 7.68 -
YUV 140.67 55.95 74.03 -
System Red Green Blue C M Y K H S L
Decimal 65 204 13 0.68 0 0.94 0.2 103.66 0.88 0.43
Hex 41 CC D 44 0 5E 14 68 58 2B
Octal 101 314 15 104 0 136 24 150 130 53
Binary 1000001 11001100 1101 1000100 0 1011110 10100 1101000 1011000 101011

Color Harmonies of #41CC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CC0D

Black with #41CC0D

Text Example


Text Example

White with #41CC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,204,13); }

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

background-color css

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

 a { background-color: rgb(65,204,13); }

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

border-color css

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

 span { border-color: rgb(65,204,13); }

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