Html Css Color HEX #4DB69A Puerto Rico

📋 copy color: '#4DB69A'

red 77 ◦ green 182 ◦ blue 154

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

Shades of Puerto Rico #4DB69A

Tints of Puerto Rico #4DB69A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.07%

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 18.64%
G = 44.07%
B = 37.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#4DB69A (or 0x4DB69A) is known color: Puerto Rico. HEX triplet: 4D, B6 and 9A. RGB value is (77,182,154). Sum of RGB (Red+Green+Blue) = 77+182+154=413 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.64% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB69A is #B24965. Grayscale: #939393. Windows color (decimal): -11684198 or 10139213. OLE color: 10139213.

HSL color Cylindrical-coordinate representation of color #4DB69A: hue angle of 164º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB69A is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 182 154 -
CMYK 0.58 0 0.15 0.29
HSL 164º 0.42% 0.51% -
HSV(B) 164º 0.58% 0.71% -
XYZ 25.62 37.37 36.43 -
YUV 147.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 77 182 154 0.58 0 0.15 0.29 164 0.42 0.51
Hex 4D B6 9A 3A 0 F 1D A4 2A 33
Octal 115 266 232 72 0 17 35 244 52 63
Binary 1001101 10110110 10011010 111010 0 1111 11101 10100100 101010 110011

Color Harmonies of #4DB69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB69A

Black with #4DB69A

Text Example


Text Example

White with #4DB69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,182,154); }

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

background-color css

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

 a { background-color: rgb(77,182,154); }

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

border-color css

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

 span { border-color: rgb(77,182,154); }

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