Html Css Color HEX #30D99B Shamrock

📋 copy color: '#30D99B'

red 48 ◦ green 217 ◦ blue 155

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

Shades of Shamrock #30D99B

Tints of Shamrock #30D99B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.67%

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 11.43%
G = 51.67%
B = 36.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#30D99B (or 0x30D99B) is known color: Shamrock. HEX triplet: 30, D9 and 9B. RGB value is (48,217,155). Sum of RGB (Red+Green+Blue) = 48+217+155=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #30D99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D99B is #CF2664. Grayscale: #9F9F9F. Windows color (decimal): -13575781 or 10213680. OLE color: 10213680.

HSL color Cylindrical-coordinate representation of color #30D99B: hue angle of 157.99º degrees, saturation: 0.69, 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 #30D99B is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 155 -
CMYK 0.78 0 0.29 0.15
HSL 157.99º 0.69% 0.52% -
HSV(B) 157.99º 0.78% 0.85% -
XYZ 31.95 52.62 39.48 -
YUV 159.4 125.51 48.54 -
System Red Green Blue C M Y K H S L
Decimal 48 217 155 0.78 0 0.29 0.15 157.99 0.69 0.52
Hex 30 D9 9B 4E 0 1D F 9E 45 34
Octal 60 331 233 116 0 35 17 236 105 64
Binary 110000 11011001 10011011 1001110 0 11101 1111 10011110 1000101 110100

Color Harmonies of #30D99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D99B

Black with #30D99B

Text Example


Text Example

White with #30D99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,155); }

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

background-color css

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

 a { background-color: rgb(48,217,155); }

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

border-color css

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

 span { border-color: rgb(48,217,155); }

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