Html Css Color HEX #4BF282 Emerald

📋 copy color: '#4BF282'

red 75 ◦ green 242 ◦ blue 130

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

Shades of Emerald #4BF282

Tints of Emerald #4BF282

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.14%

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 16.78%
G = 54.14%
B = 29.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#4BF282 (or 0x4BF282) is known color: Emerald. HEX triplet: 4B, F2 and 82. RGB value is (75,242,130). Sum of RGB (Red+Green+Blue) = 75+242+130=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF282 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF282 is #B40D7D. Grayscale: #B3B3B3. Windows color (decimal): -11799934 or 8581707. OLE color: 8581707.

HSL color Cylindrical-coordinate representation of color #4BF282: hue angle of 139.76º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF282 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 242 130 -
CMYK 0.69 0 0.46 0.05
HSL 139.76º 0.87% 0.62% -
HSV(B) 139.76º 0.69% 0.95% -
XYZ 38.68 66.61 31.94 -
YUV 179.3 100.17 53.61 -
System Red Green Blue C M Y K H S L
Decimal 75 242 130 0.69 0 0.46 0.05 139.76 0.87 0.62
Hex 4B F2 82 45 0 2E 5 8C 57 3E
Octal 113 362 202 105 0 56 5 214 127 76
Binary 1001011 11110010 10000010 1000101 0 101110 101 10001100 1010111 111110

Color Harmonies of #4BF282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF282

Black with #4BF282

Text Example


Text Example

White with #4BF282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,242,130); }

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

background-color css

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

 a { background-color: rgb(75,242,130); }

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

border-color css

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

 span { border-color: rgb(75,242,130); }

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