Html Css Color HEX #4BDC10 Kelly Green

📋 copy color: '#4BDC10'

red 75 ◦ green 220 ◦ blue 16

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

Shades of Kelly Green #4BDC10

Tints of Kelly Green #4BDC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.74%

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 24.12%
G = 70.74%
B = 5.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#4BDC10 (or 0x4BDC10) is known color: Kelly Green. HEX triplet: 4B, DC and 10. RGB value is (75,220,16). Sum of RGB (Red+Green+Blue) = 75+220+16=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDC10 is #B423EF. Grayscale: #9A9A9A. Windows color (decimal): -11805680 or 1104971. OLE color: 1104971.

HSL color Cylindrical-coordinate representation of color #4BDC10: hue angle of 102.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4BDC10 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 220 16 -
CMYK 0.66 0 0.93 0.14
HSL 102.65º 0.86% 0.46% -
HSV(B) 102.65º 0.93% 0.86% -
XYZ 28.59 52.72 9.16 -
YUV 153.39 50.46 72.09 -
System Red Green Blue C M Y K H S L
Decimal 75 220 16 0.66 0 0.93 0.14 102.65 0.86 0.46
Hex 4B DC 10 42 0 5D E 67 56 2E
Octal 113 334 20 102 0 135 16 147 126 56
Binary 1001011 11011100 10000 1000010 0 1011101 1110 1100111 1010110 101110

Color Harmonies of #4BDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC10

Black with #4BDC10

Text Example


Text Example

White with #4BDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,220,16); }

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

background-color css

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

 a { background-color: rgb(75,220,16); }

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

border-color css

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

 span { border-color: rgb(75,220,16); }

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