Html Css Color HEX #49BF99 Puerto Rico

📋 copy color: '#49BF99'

red 73 ◦ green 191 ◦ blue 153

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

Shades of Puerto Rico #49BF99

Tints of Puerto Rico #49BF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 17.51%
G = 45.8%
B = 36.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#49BF99 (or 0x49BF99) is known color: Puerto Rico. HEX triplet: 49, BF and 99. RGB value is (73,191,153). Sum of RGB (Red+Green+Blue) = 73+191+153=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BF99 is #B64066. Grayscale: #979797. Windows color (decimal): -11944039 or 10075977. OLE color: 10075977.

HSL color Cylindrical-coordinate representation of color #49BF99: hue angle of 160.68º 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 #49BF99 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 153 -
CMYK 0.62 0 0.20 0.25
HSL 160.68º 0.48% 0.52% -
HSV(B) 160.68º 0.62% 0.75% -
XYZ 27.13 40.98 36.62 -
YUV 151.39 128.91 72.09 -
System Red Green Blue C M Y K H S L
Decimal 73 191 153 0.62 0 0.20 0.25 160.68 0.48 0.52
Hex 49 BF 99 3E 0 14 19 A1 30 34
Octal 111 277 231 76 0 24 31 241 60 64
Binary 1001001 10111111 10011001 111110 0 10100 11001 10100001 110000 110100

Color Harmonies of #49BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF99

Black with #49BF99

Text Example


Text Example

White with #49BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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