Html Css Color HEX #30E875 Emerald

📋 copy color: '#30E875'

red 48 ◦ green 232 ◦ blue 117

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

Shades of Emerald #30E875

Tints of Emerald #30E875

RGB

 RED value IS 48 (19.14% from 255) = 12.09%

 GREEN value IS 232 (91.02% from 255) = 58.44%

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 12.09%
G = 58.44%
B = 29.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#30E875 (or 0x30E875) is known color: Emerald. HEX triplet: 30, E8 and 75. RGB value is (48,232,117). Sum of RGB (Red+Green+Blue) = 48+232+117=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 232 (91.02% from 255 or 58.44% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 232 - color contains mainly: green. Hex color #30E875 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E875 is #CF178A. Grayscale: #A4A4A4. Windows color (decimal): -13571979 or 7727152. OLE color: 7727152.

HSL color Cylindrical-coordinate representation of color #30E875: hue angle of 142.5º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E875 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 232 117 -
CMYK 0.79 0 0.50 0.09
HSL 142.5º 0.8% 0.55% -
HSV(B) 142.5º 0.79% 0.91% -
XYZ 33.29 59.63 26.58 -
YUV 163.87 101.54 45.35 -
System Red Green Blue C M Y K H S L
Decimal 48 232 117 0.79 0 0.50 0.09 142.5 0.8 0.55
Hex 30 E8 75 4F 0 32 9 8E 50 37
Octal 60 350 165 117 0 62 11 216 120 67
Binary 110000 11101000 1110101 1001111 0 110010 1001 10001110 1010000 110111

Color Harmonies of #30E875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E875

Black with #30E875

Text Example


Text Example

White with #30E875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30E875; }

 p { color: rgb(48,232,117); }

 H1.HeaderClassName
 {
   color: #30E875;
 }
 .AnyTagClassName
 {
   color: #30E875;
 }
</style>

background-color css

<style>
 a { background-color: #30E875; }

 a { background-color: rgb(48,232,117); }

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

border-color css

<style>
 span { border-color: #30E875; }

 span { border-color: rgb(48,232,117); }

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