Html Css Color HEX #4BC497 Puerto Rico

📋 copy color: '#4BC497'

red 75 ◦ green 196 ◦ blue 151

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

Shades of Puerto Rico #4BC497

Tints of Puerto Rico #4BC497

RGB

 RED value IS 75 (29.69% from 255) = 17.77%

 GREEN value IS 196 (76.95% from 255) = 46.45%

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

R = 17.77%
G = 46.45%
B = 35.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#4BC497 (or 0x4BC497) is known color: Puerto Rico. HEX triplet: 4B, C4 and 97. RGB value is (75,196,151). Sum of RGB (Red+Green+Blue) = 75+196+151=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC497 is #B43B68. Grayscale: #9A9A9A. Windows color (decimal): -11811689 or 9946187. OLE color: 9946187.

HSL color Cylindrical-coordinate representation of color #4BC497: hue angle of 157.69º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC497 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 75 196 151 -
CMYK 0.62 0 0.23 0.23
HSL 157.69º 0.51% 0.53% -
HSV(B) 157.69º 0.62% 0.77% -
XYZ 28.23 43.21 36.13 -
YUV 154.69 125.91 71.16 -
System Red Green Blue C M Y K H S L
Decimal 75 196 151 0.62 0 0.23 0.23 157.69 0.51 0.53
Hex 4B C4 97 3E 0 17 17 9E 33 35
Octal 113 304 227 76 0 27 27 236 63 65
Binary 1001011 11000100 10010111 111110 0 10111 10111 10011110 110011 110101

Color Harmonies of #4BC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC497

Black with #4BC497

Text Example


Text Example

White with #4BC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BC497; }

 p { color: rgb(75,196,151); }

 H1.HeaderClassName
 {
   color: #4BC497;
 }
 .AnyTagClassName
 {
   color: #4BC497;
 }
</style>

background-color css

<style>
 a { background-color: #4BC497; }

 a { background-color: rgb(75,196,151); }

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

border-color css

<style>
 span { border-color: #4BC497; }

 span { border-color: rgb(75,196,151); }

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