Html Css Color HEX #30CF97 Shamrock

📋 copy color: '#30CF97'

red 48 ◦ green 207 ◦ blue 151

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

Shades of Shamrock #30CF97

Tints of Shamrock #30CF97

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.99%

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 11.82%
G = 50.99%
B = 37.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#30CF97 (or 0x30CF97) is known color: Shamrock. HEX triplet: 30, CF and 97. RGB value is (48,207,151). Sum of RGB (Red+Green+Blue) = 48+207+151=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CF97 is #CF3068. Grayscale: #999999. Windows color (decimal): -13578345 or 9948976. OLE color: 9948976.

HSL color Cylindrical-coordinate representation of color #30CF97: hue angle of 158.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF97 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 207 151 -
CMYK 0.77 0 0.27 0.19
HSL 158.87º 0.62% 0.5% -
HSV(B) 158.87º 0.77% 0.81% -
XYZ 29.12 47.49 36.91 -
YUV 153.08 126.82 53.05 -
System Red Green Blue C M Y K H S L
Decimal 48 207 151 0.77 0 0.27 0.19 158.87 0.62 0.5
Hex 30 CF 97 4D 0 1B 13 9F 3E 32
Octal 60 317 227 115 0 33 23 237 76 62
Binary 110000 11001111 10010111 1001101 0 11011 10011 10011111 111110 110010

Color Harmonies of #30CF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CF97

Black with #30CF97

Text Example


Text Example

White with #30CF97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,207,151); }

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

background-color css

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

 a { background-color: rgb(48,207,151); }

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

border-color css

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

 span { border-color: rgb(48,207,151); }

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