Html Css Color HEX #30DD69 Emerald

📋 copy color: '#30DD69'

red 48 ◦ green 221 ◦ blue 105

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

Shades of Emerald #30DD69

Tints of Emerald #30DD69

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.09%

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

R = 12.83%
G = 59.09%
B = 28.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#30DD69 (or 0x30DD69) is known color: Emerald. HEX triplet: 30, DD and 69. RGB value is (48,221,105). Sum of RGB (Red+Green+Blue) = 48+221+105=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DD69 is #CF2296. Grayscale: #9C9C9C. Windows color (decimal): -13574807 or 6937904. OLE color: 6937904.

HSL color Cylindrical-coordinate representation of color #30DD69: hue angle of 139.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DD69 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 221 105 -
CMYK 0.78 0 0.52 0.13
HSL 139.77º 0.72% 0.53% -
HSV(B) 139.77º 0.78% 0.87% -
XYZ 29.63 53.36 22.1 -
YUV 156.05 99.19 50.93 -
System Red Green Blue C M Y K H S L
Decimal 48 221 105 0.78 0 0.52 0.13 139.77 0.72 0.53
Hex 30 DD 69 4E 0 34 D 8C 48 35
Octal 60 335 151 116 0 64 15 214 110 65
Binary 110000 11011101 1101001 1001110 0 110100 1101 10001100 1001000 110101

Color Harmonies of #30DD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DD69

Black with #30DD69

Text Example


Text Example

White with #30DD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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