Html Css Color HEX #47BB93 Puerto Rico

📋 copy color: '#47BB93'

red 71 ◦ green 187 ◦ blue 147

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

Shades of Puerto Rico #47BB93

Tints of Puerto Rico #47BB93

RGB

 RED value IS 71 (28.13% from 255) = 17.53%

 GREEN value IS 187 (73.44% from 255) = 46.17%

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

R = 17.53%
G = 46.17%
B = 36.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#47BB93 (or 0x47BB93) is known color: Puerto Rico. HEX triplet: 47, BB and 93. RGB value is (71,187,147). Sum of RGB (Red+Green+Blue) = 71+187+147=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #47BB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BB93 is #B8446C. Grayscale: #939393. Windows color (decimal): -12076141 or 9681735. OLE color: 9681735.

HSL color Cylindrical-coordinate representation of color #47BB93: hue angle of 159.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BB93 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 187 147 -
CMYK 0.62 0 0.21 0.27
HSL 159.31º 0.46% 0.51% -
HSV(B) 159.31º 0.62% 0.73% -
XYZ 25.64 38.99 33.78 -
YUV 147.76 127.57 73.25 -
System Red Green Blue C M Y K H S L
Decimal 71 187 147 0.62 0 0.21 0.27 159.31 0.46 0.51
Hex 47 BB 93 3E 0 15 1B 9F 2E 33
Octal 107 273 223 76 0 25 33 237 56 63
Binary 1000111 10111011 10010011 111110 0 10101 11011 10011111 101110 110011

Color Harmonies of #47BB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BB93

Black with #47BB93

Text Example


Text Example

White with #47BB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47BB93; }

 p { color: rgb(71,187,147); }

 H1.HeaderClassName
 {
   color: #47BB93;
 }
 .AnyTagClassName
 {
   color: #47BB93;
 }
</style>

background-color css

<style>
 a { background-color: #47BB93; }

 a { background-color: rgb(71,187,147); }

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

border-color css

<style>
 span { border-color: #47BB93; }

 span { border-color: rgb(71,187,147); }

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