Html Css Color HEX #4BD80C Kelly Green

📋 copy color: '#4BD80C'

red 75 ◦ green 216 ◦ blue 12

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

Shades of Kelly Green #4BD80C

Tints of Kelly Green #4BD80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.29%

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 24.75%
G = 71.29%
B = 3.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#4BD80C (or 0x4BD80C) is known color: Kelly Green. HEX triplet: 4B, D8 and 0C. RGB value is (75,216,12). Sum of RGB (Red+Green+Blue) = 75+216+12=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 216 (84.77% from 255 or 71.29% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BD80C is #B427F3. Grayscale: #979797. Windows color (decimal): -11806708 or 841803. OLE color: 841803.

HSL color Cylindrical-coordinate representation of color #4BD80C: hue angle of 101.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BD80C is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 216 12 -
CMYK 0.65 0 0.94 0.15
HSL 101.47º 0.89% 0.45% -
HSV(B) 101.47º 0.94% 0.85% -
XYZ 27.52 50.63 8.67 -
YUV 150.59 49.79 74.09 -
System Red Green Blue C M Y K H S L
Decimal 75 216 12 0.65 0 0.94 0.15 101.47 0.89 0.45
Hex 4B D8 C 41 0 5E F 65 59 2D
Octal 113 330 14 101 0 136 17 145 131 55
Binary 1001011 11011000 1100 1000001 0 1011110 1111 1100101 1011001 101101

Color Harmonies of #4BD80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD80C

Black with #4BD80C

Text Example


Text Example

White with #4BD80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,216,12); }

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

background-color css

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

 a { background-color: rgb(75,216,12); }

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

border-color css

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

 span { border-color: rgb(75,216,12); }

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