Html Css Color HEX #4DBF96 Puerto Rico

📋 copy color: '#4DBF96'

red 77 ◦ green 191 ◦ blue 150

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

Shades of Puerto Rico #4DBF96

Tints of Puerto Rico #4DBF96

RGB

 RED value IS 77 (30.47% from 255) = 18.42%

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

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 18.42%
G = 45.69%
B = 35.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#4DBF96 (or 0x4DBF96) is known color: Puerto Rico. HEX triplet: 4D, BF and 96. RGB value is (77,191,150). Sum of RGB (Red+Green+Blue) = 77+191+150=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBF96 is #B24069. Grayscale: #989898. Windows color (decimal): -11681898 or 9879373. OLE color: 9879373.

HSL color Cylindrical-coordinate representation of color #4DBF96: hue angle of 158.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF96 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 191 150 -
CMYK 0.60 0 0.21 0.25
HSL 158.42º 0.47% 0.53% -
HSV(B) 158.42º 0.6% 0.75% -
XYZ 27.2 41.04 35.34 -
YUV 152.24 126.73 74.33 -
System Red Green Blue C M Y K H S L
Decimal 77 191 150 0.60 0 0.21 0.25 158.42 0.47 0.53
Hex 4D BF 96 3C 0 15 19 9E 2F 35
Octal 115 277 226 74 0 25 31 236 57 65
Binary 1001101 10111111 10010110 111100 0 10101 11001 10011110 101111 110101

Color Harmonies of #4DBF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBF96

Black with #4DBF96

Text Example


Text Example

White with #4DBF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,191,150); }

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

background-color css

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

 a { background-color: rgb(77,191,150); }

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

border-color css

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

 span { border-color: rgb(77,191,150); }

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