Html Css Color HEX #4BD414 Kelly Green

📋 copy color: '#4BD414'

red 75 ◦ green 212 ◦ blue 20

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

Shades of Kelly Green #4BD414

Tints of Kelly Green #4BD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 69.06%

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

R = 24.43%
G = 69.06%
B = 6.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#4BD414 (or 0x4BD414) is known color: Kelly Green. HEX triplet: 4B, D4 and 14. RGB value is (75,212,20). Sum of RGB (Red+Green+Blue) = 75+212+20=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 212 (83.20% from 255 or 69.06% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BD414 is #B42BEB. Grayscale: #959595. Windows color (decimal): -11807724 or 1365067. OLE color: 1365067.

HSL color Cylindrical-coordinate representation of color #4BD414: hue angle of 102.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BD414 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 75 212 20 -
CMYK 0.65 0 0.91 0.17
HSL 102.81º 0.83% 0.45% -
HSV(B) 102.81º 0.91% 0.83% -
XYZ 26.57 48.63 8.65 -
YUV 149.15 55.11 75.11 -
System Red Green Blue C M Y K H S L
Decimal 75 212 20 0.65 0 0.91 0.17 102.81 0.83 0.45
Hex 4B D4 14 41 0 5B 11 67 53 2D
Octal 113 324 24 101 0 133 21 147 123 55
Binary 1001011 11010100 10100 1000001 0 1011011 10001 1100111 1010011 101101

Color Harmonies of #4BD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD414

Black with #4BD414

Text Example


Text Example

White with #4BD414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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