Html Css Color HEX #4CC098 Puerto Rico

📋 copy color: '#4CC098'

red 76 ◦ green 192 ◦ blue 152

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

Shades of Puerto Rico #4CC098

Tints of Puerto Rico #4CC098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 18.1%
G = 45.71%
B = 36.19%

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

#4CC098 (or 0x4CC098) is known color: Puerto Rico. HEX triplet: 4C, C0 and 98. RGB value is (76,192,152). Sum of RGB (Red+Green+Blue) = 76+192+152=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC098 is #B33F67. Grayscale: #989898. Windows color (decimal): -11747176 or 10010700. OLE color: 10010700.

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

Color convert

RGB 76 192 152 -
CMYK 0.60 0 0.21 0.25
HSL 159.31º 0.48% 0.53% -
HSV(B) 159.31º 0.6% 0.75% -
XYZ 27.5 41.5 36.27 -
YUV 152.76 127.57 73.25 -
System Red Green Blue C M Y K H S L
Decimal 76 192 152 0.60 0 0.21 0.25 159.31 0.48 0.53
Hex 4C C0 98 3C 0 15 19 9F 30 35
Octal 114 300 230 74 0 25 31 237 60 65
Binary 1001100 11000000 10011000 111100 0 10101 11001 10011111 110000 110101

Color Harmonies of #4CC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC098

Black with #4CC098

Text Example


Text Example

White with #4CC098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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