Html Css Color HEX #4BAD1B Kelly Green

📋 copy color: '#4BAD1B'

red 75 ◦ green 173 ◦ blue 27

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

Shades of Kelly Green #4BAD1B

Tints of Kelly Green #4BAD1B

RGB

 RED value IS 75 (29.69% from 255) = 27.27%

 GREEN value IS 173 (67.97% from 255) = 62.91%

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 27.27%
G = 62.91%
B = 9.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#4BAD1B (or 0x4BAD1B) is known color: Kelly Green. HEX triplet: 4B, AD and 1B. RGB value is (75,173,27). Sum of RGB (Red+Green+Blue) = 75+173+27=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 173 (67.97% from 255 or 62.91% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAD1B is #B452E4. Grayscale: #7F7F7F. Windows color (decimal): -11817701 or 1813835. OLE color: 1813835.

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

Color convert

RGB 75 173 27 -
CMYK 0.57 0 0.84 0.32
HSL 100.27º 0.73% 0.39% -
HSV(B) 100.27º 0.84% 0.68% -
XYZ 18.04 31.46 6.16 -
YUV 127.05 71.53 90.87 -
System Red Green Blue C M Y K H S L
Decimal 75 173 27 0.57 0 0.84 0.32 100.27 0.73 0.39
Hex 4B AD 1B 39 0 54 20 64 49 27
Octal 113 255 33 71 0 124 40 144 111 47
Binary 1001011 10101101 11011 111001 0 1010100 100000 1100100 1001001 100111

Color Harmonies of #4BAD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAD1B

Black with #4BAD1B

Text Example


Text Example

White with #4BAD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4BAD1B;
 }
 .AnyTagClassName
 {
   color: #4BAD1B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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