Html Css Color HEX #30D669 Emerald

📋 copy color: '#30D669'

red 48 ◦ green 214 ◦ blue 105

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

Shades of Emerald #30D669

Tints of Emerald #30D669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.31%

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 13.08%
G = 58.31%
B = 28.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#30D669 (or 0x30D669) is known color: Emerald. HEX triplet: 30, D6 and 69. RGB value is (48,214,105). Sum of RGB (Red+Green+Blue) = 48+214+105=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #30D669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D669 is #CF2996. Grayscale: #989898. Windows color (decimal): -13576599 or 6936112. OLE color: 6936112.

HSL color Cylindrical-coordinate representation of color #30D669: hue angle of 140.6º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D669 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 105 -
CMYK 0.78 0 0.51 0.16
HSL 140.6º 0.67% 0.51% -
HSV(B) 140.6º 0.78% 0.84% -
XYZ 27.82 49.74 21.5 -
YUV 151.94 101.5 53.86 -
System Red Green Blue C M Y K H S L
Decimal 48 214 105 0.78 0 0.51 0.16 140.6 0.67 0.51
Hex 30 D6 69 4E 0 33 10 8D 43 33
Octal 60 326 151 116 0 63 20 215 103 63
Binary 110000 11010110 1101001 1001110 0 110011 10000 10001101 1000011 110011

Color Harmonies of #30D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D669

Black with #30D669

Text Example


Text Example

White with #30D669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,214,105); }

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

background-color css

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

 a { background-color: rgb(48,214,105); }

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

border-color css

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

 span { border-color: rgb(48,214,105); }

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