Html Css Color HEX #4CBC95 Puerto Rico

📋 copy color: '#4CBC95'

red 76 ◦ green 188 ◦ blue 149

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

Shades of Puerto Rico #4CBC95

Tints of Puerto Rico #4CBC95

RGB

 RED value IS 76 (30.08% from 255) = 18.4%

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 18.4%
G = 45.52%
B = 36.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#4CBC95 (or 0x4CBC95) is known color: Puerto Rico. HEX triplet: 4C, BC and 95. RGB value is (76,188,149). Sum of RGB (Red+Green+Blue) = 76+188+149=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC95 is #B3436A. Grayscale: #969696. Windows color (decimal): -11748203 or 9813068. OLE color: 9813068.

HSL color Cylindrical-coordinate representation of color #4CBC95: hue angle of 159.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC95 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 188 149 -
CMYK 0.60 0 0.21 0.26
HSL 159.11º 0.46% 0.52% -
HSV(B) 159.11º 0.6% 0.74% -
XYZ 26.39 39.67 34.7 -
YUV 150.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 76 188 149 0.60 0 0.21 0.26 159.11 0.46 0.52
Hex 4C BC 95 3C 0 15 1A 9F 2E 34
Octal 114 274 225 74 0 25 32 237 56 64
Binary 1001100 10111100 10010101 111100 0 10101 11010 10011111 101110 110100

Color Harmonies of #4CBC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBC95

Black with #4CBC95

Text Example


Text Example

White with #4CBC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,188,149); }

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

background-color css

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

 a { background-color: rgb(76,188,149); }

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

border-color css

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

 span { border-color: rgb(76,188,149); }

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