Html Css Color HEX #4BDE14 Kelly Green

📋 copy color: '#4BDE14'

red 75 ◦ green 222 ◦ blue 20

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

Shades of Kelly Green #4BDE14

Tints of Kelly Green #4BDE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 70.03%

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 23.66%
G = 70.03%
B = 6.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#4BDE14 (or 0x4BDE14) is known color: Kelly Green. HEX triplet: 4B, DE and 14. RGB value is (75,222,20). Sum of RGB (Red+Green+Blue) = 75+222+20=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 222 (87.11% from 255 or 70.03% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDE14 is #B421EB. Grayscale: #9B9B9B. Windows color (decimal): -11805164 or 1367627. OLE color: 1367627.

HSL color Cylindrical-coordinate representation of color #4BDE14: hue angle of 103.66º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BDE14 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 222 20 -
CMYK 0.66 0 0.91 0.13
HSL 103.66º 0.83% 0.47% -
HSV(B) 103.66º 0.91% 0.87% -
XYZ 29.15 53.79 9.51 -
YUV 155.02 51.8 70.93 -
System Red Green Blue C M Y K H S L
Decimal 75 222 20 0.66 0 0.91 0.13 103.66 0.83 0.47
Hex 4B DE 14 42 0 5B D 68 53 2F
Octal 113 336 24 102 0 133 15 150 123 57
Binary 1001011 11011110 10100 1000010 0 1011011 1101 1101000 1010011 101111

Color Harmonies of #4BDE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDE14

Black with #4BDE14

Text Example


Text Example

White with #4BDE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,222,20); }

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

background-color css

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

 a { background-color: rgb(75,222,20); }

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

border-color css

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

 span { border-color: rgb(75,222,20); }

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