Html Css Color HEX #4DC596 Puerto Rico

📋 copy color: '#4DC596'

red 77 ◦ green 197 ◦ blue 150

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

Shades of Puerto Rico #4DC596

Tints of Puerto Rico #4DC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.46%

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

R = 18.16%
G = 46.46%
B = 35.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#4DC596 (or 0x4DC596) is known color: Puerto Rico. HEX triplet: 4D, C5 and 96. RGB value is (77,197,150). Sum of RGB (Red+Green+Blue) = 77+197+150=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC596 is #B23A69. Grayscale: #9B9B9B. Windows color (decimal): -11680362 or 9880909. OLE color: 9880909.

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

Color convert

RGB 77 197 150 -
CMYK 0.61 0 0.24 0.23
HSL 156.5º 0.51% 0.54% -
HSV(B) 156.5º 0.61% 0.77% -
XYZ 28.53 43.71 35.79 -
YUV 155.76 124.74 71.82 -
System Red Green Blue C M Y K H S L
Decimal 77 197 150 0.61 0 0.24 0.23 156.5 0.51 0.54
Hex 4D C5 96 3D 0 18 17 9C 33 36
Octal 115 305 226 75 0 30 27 234 63 66
Binary 1001101 11000101 10010110 111101 0 11000 10111 10011100 110011 110110

Color Harmonies of #4DC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC596

Black with #4DC596

Text Example


Text Example

White with #4DC596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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