Html Css Color HEX #41CA0D Kelly Green

📋 copy color: '#41CA0D'

red 65 ◦ green 202 ◦ blue 13

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

Shades of Kelly Green #41CA0D

Tints of Kelly Green #41CA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 72.14%

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

R = 23.21%
G = 72.14%
B = 4.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#41CA0D (or 0x41CA0D) is known color: Kelly Green. HEX triplet: 41, CA and 0D. RGB value is (65,202,13). Sum of RGB (Red+Green+Blue) = 65+202+13=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 202 (79.30% from 255 or 72.14% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CA0D is #BE35F2. Grayscale: #8C8C8C. Windows color (decimal): -12465651 or 903745. OLE color: 903745.

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

Color convert

RGB 65 202 13 -
CMYK 0.68 0 0.94 0.21
HSL 103.49º 0.88% 0.42% -
HSV(B) 103.49º 0.94% 0.79% -
XYZ 23.37 43.39 7.52 -
YUV 139.49 56.61 74.87 -
System Red Green Blue C M Y K H S L
Decimal 65 202 13 0.68 0 0.94 0.21 103.49 0.88 0.42
Hex 41 CA D 44 0 5E 15 67 58 2A
Octal 101 312 15 104 0 136 25 147 130 52
Binary 1000001 11001010 1101 1000100 0 1011110 10101 1100111 1011000 101010

Color Harmonies of #41CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CA0D

Black with #41CA0D

Text Example


Text Example

White with #41CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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