Html Css Color HEX #42B907 Kelly Green

📋 copy color: '#42B907'

red 66 ◦ green 185 ◦ blue 7

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

Shades of Kelly Green #42B907

Tints of Kelly Green #42B907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.71%

R = 25.58%
G = 71.71%
B = 2.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#42B907 (or 0x42B907) is known color: Kelly Green. HEX triplet: 42, B9 and 07. RGB value is (66,185,7). Sum of RGB (Red+Green+Blue) = 66+185+7=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 185 (72.66% from 255 or 71.71% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 185 - color contains mainly: green. Hex color #42B907 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B907 is #BD46F8. Grayscale: #818181. Windows color (decimal): -12404473 or 506178. OLE color: 506178.

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

Color convert

RGB 66 185 7 -
CMYK 0.64 0 0.96 0.27
HSL 100.11º 0.93% 0.38% -
HSV(B) 100.11º 0.96% 0.73% -
XYZ 19.63 35.87 6.09 -
YUV 129.13 59.08 82.97 -
System Red Green Blue C M Y K H S L
Decimal 66 185 7 0.64 0 0.96 0.27 100.11 0.93 0.38
Hex 42 B9 7 40 0 60 1B 64 5D 26
Octal 102 271 7 100 0 140 33 144 135 46
Binary 1000010 10111001 111 1000000 0 1100000 11011 1100100 1011101 100110

Color Harmonies of #42B907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B907

Black with #42B907

Text Example


Text Example

White with #42B907

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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