Html Css Color HEX #41B70C Kelly Green

📋 copy color: '#41B70C'

red 65 ◦ green 183 ◦ blue 12

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

Shades of Kelly Green #41B70C

Tints of Kelly Green #41B70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 70.38%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 25%
G = 70.38%
B = 4.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#41B70C (or 0x41B70C) is known color: Kelly Green. HEX triplet: 41, B7 and 0C. RGB value is (65,183,12). Sum of RGB (Red+Green+Blue) = 65+183+12=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 183 (71.88% from 255 or 70.38% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 183 - color contains mainly: green. Hex color #41B70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41B70C is #BE48F3. Grayscale: #808080. Windows color (decimal): -12470516 or 833345. OLE color: 833345.

HSL color Cylindrical-coordinate representation of color #41B70C: hue angle of 101.4º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41B70C is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 183 12 -
CMYK 0.64 0 0.93 0.28
HSL 101.4º 0.88% 0.38% -
HSV(B) 101.4º 0.93% 0.72% -
XYZ 19.18 35.02 6.1 -
YUV 128.22 62.41 82.9 -
System Red Green Blue C M Y K H S L
Decimal 65 183 12 0.64 0 0.93 0.28 101.4 0.88 0.38
Hex 41 B7 C 40 0 5D 1C 65 58 26
Octal 101 267 14 100 0 135 34 145 130 46
Binary 1000001 10110111 1100 1000000 0 1011101 11100 1100101 1011000 100110

Color Harmonies of #41B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B70C

Black with #41B70C

Text Example


Text Example

White with #41B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,183,12); }

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

background-color css

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

 a { background-color: rgb(65,183,12); }

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

border-color css

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

 span { border-color: rgb(65,183,12); }

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