Html Css Color HEX #42B107 Kelly Green

📋 copy color: '#42B107'

red 66 ◦ green 177 ◦ blue 7

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

Shades of Kelly Green #42B107

Tints of Kelly Green #42B107

RGB

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

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

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

R = 26.4%
G = 70.8%
B = 2.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#42B107 (or 0x42B107) is known color: Kelly Green. HEX triplet: 42, B1 and 07. RGB value is (66,177,7). Sum of RGB (Red+Green+Blue) = 66+177+7=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 177 (69.53% from 255 or 70.8% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 177 - color contains mainly: green. Hex color #42B107 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B107 is #BD4EF8. Grayscale: #7C7C7C. Windows color (decimal): -12406521 or 504130. OLE color: 504130.

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

Color convert

RGB 66 177 7 -
CMYK 0.63 0 0.96 0.31
HSL 99.18º 0.92% 0.36% -
HSV(B) 99.18º 0.96% 0.69% -
XYZ 18.01 32.62 5.55 -
YUV 124.43 61.73 86.32 -
System Red Green Blue C M Y K H S L
Decimal 66 177 7 0.63 0 0.96 0.31 99.18 0.92 0.36
Hex 42 B1 7 3F 0 60 1F 63 5C 24
Octal 102 261 7 77 0 140 37 143 134 44
Binary 1000010 10110001 111 111111 0 1100000 11111 1100011 1011100 100100

Color Harmonies of #42B107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B107

Black with #42B107

Text Example


Text Example

White with #42B107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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