Html Css Color HEX #4CC195 Puerto Rico

📋 copy color: '#4CC195'

red 76 ◦ green 193 ◦ blue 149

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

Shades of Puerto Rico #4CC195

Tints of Puerto Rico #4CC195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.17%

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

R = 18.18%
G = 46.17%
B = 35.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#4CC195 (or 0x4CC195) is known color: Puerto Rico. HEX triplet: 4C, C1 and 95. RGB value is (76,193,149). Sum of RGB (Red+Green+Blue) = 76+193+149=418 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.18% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC195 is #B33E6A. Grayscale: #999999. Windows color (decimal): -11746923 or 9814348. OLE color: 9814348.

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

Color convert

RGB 76 193 149 -
CMYK 0.61 0 0.23 0.24
HSL 157.44º 0.49% 0.53% -
HSV(B) 157.44º 0.61% 0.76% -
XYZ 27.48 41.85 35.06 -
YUV 153 125.74 73.08 -
System Red Green Blue C M Y K H S L
Decimal 76 193 149 0.61 0 0.23 0.24 157.44 0.49 0.53
Hex 4C C1 95 3D 0 17 18 9D 31 35
Octal 114 301 225 75 0 27 30 235 61 65
Binary 1001100 11000001 10010101 111101 0 10111 11000 10011101 110001 110101

Color Harmonies of #4CC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC195

Black with #4CC195

Text Example


Text Example

White with #4CC195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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