Html Css Color HEX #48BF99 Puerto Rico

📋 copy color: '#48BF99'

red 72 ◦ green 191 ◦ blue 153

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

Shades of Puerto Rico #48BF99

Tints of Puerto Rico #48BF99

RGB

 RED value IS 72 (28.52% from 255) = 17.31%

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

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

R = 17.31%
G = 45.91%
B = 36.78%

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

#48BF99 (or 0x48BF99) is known color: Puerto Rico. HEX triplet: 48, BF and 99. RGB value is (72,191,153). Sum of RGB (Red+Green+Blue) = 72+191+153=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BF99 is #B74066. Grayscale: #979797. Windows color (decimal): -12009575 or 10075976. OLE color: 10075976.

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

Color convert

RGB 72 191 153 -
CMYK 0.62 0 0.20 0.25
HSL 160.84º 0.48% 0.52% -
HSV(B) 160.84º 0.62% 0.75% -
XYZ 27.05 40.94 36.61 -
YUV 151.09 129.08 71.59 -
System Red Green Blue C M Y K H S L
Decimal 72 191 153 0.62 0 0.20 0.25 160.84 0.48 0.52
Hex 48 BF 99 3E 0 14 19 A1 30 34
Octal 110 277 231 76 0 24 31 241 60 64
Binary 1001000 10111111 10011001 111110 0 10100 11001 10100001 110000 110100

Color Harmonies of #48BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF99

Black with #48BF99

Text Example


Text Example

White with #48BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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