Html Css Color HEX #42B905 Kelly Green

📋 copy color: '#42B905'

red 66 ◦ green 185 ◦ blue 5

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

Shades of Kelly Green #42B905

Tints of Kelly Green #42B905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 72.27%

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

R = 25.78%
G = 72.27%
B = 1.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#42B905 (or 0x42B905) is known color: Kelly Green. HEX triplet: 42, B9 and 05. RGB value is (66,185,5). Sum of RGB (Red+Green+Blue) = 66+185+5=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 185 (72.66% from 255 or 72.27% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 185 - color contains mainly: green. Hex color #42B905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B905 is #BD46FA. Grayscale: #818181. Windows color (decimal): -12404475 or 375106. OLE color: 375106.

HSL color Cylindrical-coordinate representation of color #42B905: hue angle of 99.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42B905 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 5 -
CMYK 0.64 0 0.97 0.27
HSL 99.67º 0.95% 0.37% -
HSV(B) 99.67º 0.97% 0.73% -
XYZ 19.62 35.87 6.03 -
YUV 128.9 58.08 83.14 -
System Red Green Blue C M Y K H S L
Decimal 66 185 5 0.64 0 0.97 0.27 99.67 0.95 0.37
Hex 42 B9 5 40 0 61 1B 64 5F 25
Octal 102 271 5 100 0 141 33 144 137 45
Binary 1000010 10111001 101 1000000 0 1100001 11011 1100100 1011111 100101

Color Harmonies of #42B905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B905

Black with #42B905

Text Example


Text Example

White with #42B905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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