Html Css Color HEX #41CA05 Kelly Green

📋 copy color: '#41CA05'

red 65 ◦ green 202 ◦ blue 5

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

Shades of Kelly Green #41CA05

Tints of Kelly Green #41CA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 23.9%
G = 74.26%
B = 1.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#41CA05 (or 0x41CA05) is known color: Kelly Green. HEX triplet: 41, CA and 05. RGB value is (65,202,5). Sum of RGB (Red+Green+Blue) = 65+202+5=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CA05 is #BE35FA. Grayscale: #8B8B8B. Windows color (decimal): -12465659 or 379457. OLE color: 379457.

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

Color convert

RGB 65 202 5 -
CMYK 0.68 0 0.98 0.21
HSL 101.73º 0.95% 0.41% -
HSV(B) 101.73º 0.98% 0.79% -
XYZ 23.33 43.38 7.29 -
YUV 138.58 52.61 75.52 -
System Red Green Blue C M Y K H S L
Decimal 65 202 5 0.68 0 0.98 0.21 101.73 0.95 0.41
Hex 41 CA 5 44 0 62 15 66 5F 29
Octal 101 312 5 104 0 142 25 146 137 51
Binary 1000001 11001010 101 1000100 0 1100010 10101 1100110 1011111 101001

Color Harmonies of #41CA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CA05

Black with #41CA05

Text Example


Text Example

White with #41CA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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