Html Css Color HEX #49BF93 Puerto Rico

📋 copy color: '#49BF93'

red 73 ◦ green 191 ◦ blue 147

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

Shades of Puerto Rico #49BF93

Tints of Puerto Rico #49BF93

RGB

 RED value IS 73 (28.91% from 255) = 17.76%

 GREEN value IS 191 (75% from 255) = 46.47%

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 17.76%
G = 46.47%
B = 35.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#49BF93 (or 0x49BF93) is known color: Puerto Rico. HEX triplet: 49, BF and 93. RGB value is (73,191,147). Sum of RGB (Red+Green+Blue) = 73+191+147=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BF93 is #B6406C. Grayscale: #969696. Windows color (decimal): -11944045 or 9682761. OLE color: 9682761.

HSL color Cylindrical-coordinate representation of color #49BF93: hue angle of 157.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF93 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 147 -
CMYK 0.62 0 0.23 0.25
HSL 157.63º 0.48% 0.52% -
HSV(B) 157.63º 0.62% 0.75% -
XYZ 26.64 40.78 34.07 -
YUV 150.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 73 191 147 0.62 0 0.23 0.25 157.63 0.48 0.52
Hex 49 BF 93 3E 0 17 19 9E 30 34
Octal 111 277 223 76 0 27 31 236 60 64
Binary 1001001 10111111 10010011 111110 0 10111 11001 10011110 110000 110100

Color Harmonies of #49BF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF93

Black with #49BF93

Text Example


Text Example

White with #49BF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49BF93; }

 p { color: rgb(73,191,147); }

 H1.HeaderClassName
 {
   color: #49BF93;
 }
 .AnyTagClassName
 {
   color: #49BF93;
 }
</style>

background-color css

<style>
 a { background-color: #49BF93; }

 a { background-color: rgb(73,191,147); }

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

border-color css

<style>
 span { border-color: #49BF93; }

 span { border-color: rgb(73,191,147); }

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