Html Css Color HEX #42B305 Kelly Green

📋 copy color: '#42B305'

red 66 ◦ green 179 ◦ blue 5

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

Shades of Kelly Green #42B305

Tints of Kelly Green #42B305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 71.6%

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

R = 26.4%
G = 71.6%
B = 2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#42B305 (or 0x42B305) is known color: Kelly Green. HEX triplet: 42, B3 and 05. RGB value is (66,179,5). Sum of RGB (Red+Green+Blue) = 66+179+5=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #42B305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B305 is #BD4CFA. Grayscale: #7D7D7D. Windows color (decimal): -12406011 or 373570. OLE color: 373570.

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

Color convert

RGB 66 179 5 -
CMYK 0.63 0 0.97 0.30
HSL 98.97º 0.95% 0.36% -
HSV(B) 98.97º 0.97% 0.7% -
XYZ 18.39 33.41 5.62 -
YUV 125.38 60.06 85.65 -
System Red Green Blue C M Y K H S L
Decimal 66 179 5 0.63 0 0.97 0.30 98.97 0.95 0.36
Hex 42 B3 5 3F 0 61 1E 63 5F 24
Octal 102 263 5 77 0 141 36 143 137 44
Binary 1000010 10110011 101 111111 0 1100001 11110 1100011 1011111 100100

Color Harmonies of #42B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B305

Black with #42B305

Text Example


Text Example

White with #42B305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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