Html Css Color HEX #42B105 Kelly Green

📋 copy color: '#42B105'

red 66 ◦ green 177 ◦ blue 5

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

Shades of Kelly Green #42B105

Tints of Kelly Green #42B105

RGB

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

 GREEN value IS 177 (69.53% from 255) = 71.37%

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

R = 26.61%
G = 71.37%
B = 2.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#42B105 (or 0x42B105) is known color: Kelly Green. HEX triplet: 42, B1 and 05. RGB value is (66,177,5). Sum of RGB (Red+Green+Blue) = 66+177+5=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 177 (69.53% from 255 or 71.37% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 177 - color contains mainly: green. Hex color #42B105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B105 is #BD4EFA. Grayscale: #7C7C7C. Windows color (decimal): -12406523 or 373058. OLE color: 373058.

HSL color Cylindrical-coordinate representation of color #42B105: hue angle of 98.72º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42B105 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 177 5 -
CMYK 0.63 0 0.97 0.31
HSL 98.72º 0.95% 0.36% -
HSV(B) 98.72º 0.97% 0.69% -
XYZ 18 32.61 5.49 -
YUV 124.2 60.73 86.49 -
System Red Green Blue C M Y K H S L
Decimal 66 177 5 0.63 0 0.97 0.31 98.72 0.95 0.36
Hex 42 B1 5 3F 0 61 1F 63 5F 24
Octal 102 261 5 77 0 141 37 143 137 44
Binary 1000010 10110001 101 111111 0 1100001 11111 1100011 1011111 100100

Color Harmonies of #42B105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B105

Black with #42B105

Text Example


Text Example

White with #42B105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,177,5); }

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

background-color css

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

 a { background-color: rgb(66,177,5); }

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

border-color css

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

 span { border-color: rgb(66,177,5); }

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