Html Css Color HEX #4CC097 Puerto Rico

📋 copy color: '#4CC097'

red 76 ◦ green 192 ◦ blue 151

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

Shades of Puerto Rico #4CC097

Tints of Puerto Rico #4CC097

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.82%

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

R = 18.14%
G = 45.82%
B = 36.04%

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

#4CC097 (or 0x4CC097) is known color: Puerto Rico. HEX triplet: 4C, C0 and 97. RGB value is (76,192,151). Sum of RGB (Red+Green+Blue) = 76+192+151=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC097 is #B33F68. Grayscale: #989898. Windows color (decimal): -11747177 or 9945164. OLE color: 9945164.

HSL color Cylindrical-coordinate representation of color #4CC097: hue angle of 158.79º degrees, saturation: 0.48, 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 #4CC097 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 151 -
CMYK 0.60 0 0.21 0.25
HSL 158.79º 0.48% 0.53% -
HSV(B) 158.79º 0.6% 0.75% -
XYZ 27.42 41.47 35.84 -
YUV 152.64 127.07 73.33 -
System Red Green Blue C M Y K H S L
Decimal 76 192 151 0.60 0 0.21 0.25 158.79 0.48 0.53
Hex 4C C0 97 3C 0 15 19 9F 30 35
Octal 114 300 227 74 0 25 31 237 60 65
Binary 1001100 11000000 10010111 111100 0 10101 11001 10011111 110000 110101

Color Harmonies of #4CC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC097

Black with #4CC097

Text Example


Text Example

White with #4CC097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,192,151); }

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

background-color css

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

 a { background-color: rgb(76,192,151); }

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

border-color css

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

 span { border-color: rgb(76,192,151); }

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