Html Css Color HEX #42B51D Kelly Green

📋 copy color: '#42B51D'

red 66 ◦ green 181 ◦ blue 29

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

Shades of Kelly Green #42B51D

Tints of Kelly Green #42B51D

RGB

 RED value IS 66 (26.17% from 255) = 23.91%

 GREEN value IS 181 (71.09% from 255) = 65.58%

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 23.91%
G = 65.58%
B = 10.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#42B51D (or 0x42B51D) is known color: Kelly Green. HEX triplet: 42, B5 and 1D. RGB value is (66,181,29). Sum of RGB (Red+Green+Blue) = 66+181+29=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 181 (71.09% from 255 or 65.58% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 181 - color contains mainly: green. Hex color #42B51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B51D is #BD4AE2. Grayscale: #818181. Windows color (decimal): -12405475 or 1946946. OLE color: 1946946.

HSL color Cylindrical-coordinate representation of color #42B51D: hue angle of 105.39º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42B51D is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 181 29 -
CMYK 0.64 0 0.84 0.29
HSL 105.39º 0.72% 0.41% -
HSV(B) 105.39º 0.84% 0.71% -
XYZ 18.99 34.29 6.78 -
YUV 129.29 71.4 82.86 -
System Red Green Blue C M Y K H S L
Decimal 66 181 29 0.64 0 0.84 0.29 105.39 0.72 0.41
Hex 42 B5 1D 40 0 54 1D 69 48 29
Octal 102 265 35 100 0 124 35 151 110 51
Binary 1000010 10110101 11101 1000000 0 1010100 11101 1101001 1001000 101001

Color Harmonies of #42B51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B51D

Black with #42B51D

Text Example


Text Example

White with #42B51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42B51D; }

 p { color: rgb(66,181,29); }

 H1.HeaderClassName
 {
   color: #42B51D;
 }
 .AnyTagClassName
 {
   color: #42B51D;
 }
</style>

background-color css

<style>
 a { background-color: #42B51D; }

 a { background-color: rgb(66,181,29); }

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

border-color css

<style>
 span { border-color: #42B51D; }

 span { border-color: rgb(66,181,29); }

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