#4BAD07

Color #4BAD07 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4BAD07

Tints of Kelly Green #4BAD07

Color information

#4BAD07 (or 0x4BAD07) is unknown color: approx Kelly Green. HEX triplet: 4B, AD and 07. RGB value is (75,173,7). Sum of RGB (Red+Green+Blue) = 75+173+7=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 173 (67.97% from 255 or 67.84% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAD07 is #B452F8. Grayscale: #7D7D7D. Windows color (decimal): -11817721 or 503115. OLE color: 503115.

HSL color Cylindrical-coordinate representation of color #4BAD07: hue angle of 95.42º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4BAD07 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB751737-
CMYK0.5700.960.32
HSL95.42º92.22%35.29%-
HSV(B)95.42º95.95%67.84%-
XYZ17.8831.45.32-
YUV124.7761.5392.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 173 (67.97% from 255) = 67.84%
BLUE value IS 7 (3.12% from 255) = 2.75%
R=29.41%
G=67.84%
B=2.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7517370.5700.960.3295.4292.2235.29
Hex4BAD739060205f5c23
Octal11325577101404013713443
Binary1001011101011011111110010110000010000010111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BAD07; }

 p { color: rgb(75,173,7); }

 H1.HeaderClassName
 {
   color: #4BAD07;
 }
 .AnyTagClassName
 {
   color: #4BAD07;
 }
</style>
background-color css

<style>
 a { background-color: #4BAD07; }

 a { background-color: rgb(75,173,7); }

 div.DivClassName
 {
   background-color: #4BAD07;
 }
 .BgClassName
 {
   background-color: #4BAD07;
 }
</style>
border-color css

<style>
 span { border-color: #4BAD07; }

 span { border-color: rgb(75,173,7); }

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