Html Css Color HEX #30D87D Shamrock

📋 copy color: '#30D87D'

red 48 ◦ green 216 ◦ blue 125

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

Shades of Shamrock #30D87D

Tints of Shamrock #30D87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.53%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 12.34%
G = 55.53%
B = 32.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#30D87D (or 0x30D87D) is known color: Shamrock. HEX triplet: 30, D8 and 7D. RGB value is (48,216,125). Sum of RGB (Red+Green+Blue) = 48+216+125=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #30D87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D87D is #CF2782. Grayscale: #9B9B9B. Windows color (decimal): -13576067 or 8247344. OLE color: 8247344.

HSL color Cylindrical-coordinate representation of color #30D87D: hue angle of 147.5º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D87D is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 125 -
CMYK 0.78 0 0.42 0.15
HSL 147.5º 0.68% 0.52% -
HSV(B) 147.5º 0.78% 0.85% -
XYZ 29.48 51.22 27.74 -
YUV 155.39 110.84 51.4 -
System Red Green Blue C M Y K H S L
Decimal 48 216 125 0.78 0 0.42 0.15 147.5 0.68 0.52
Hex 30 D8 7D 4E 0 2A F 94 44 34
Octal 60 330 175 116 0 52 17 224 104 64
Binary 110000 11011000 1111101 1001110 0 101010 1111 10010100 1000100 110100

Color Harmonies of #30D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D87D

Black with #30D87D

Text Example


Text Example

White with #30D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,216,125); }

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

background-color css

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

 a { background-color: rgb(48,216,125); }

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

border-color css

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

 span { border-color: rgb(48,216,125); }

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