Html Css Color HEX #4ABF99 Puerto Rico

📋 copy color: '#4ABF99'

red 74 ◦ green 191 ◦ blue 153

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

Shades of Puerto Rico #4ABF99

Tints of Puerto Rico #4ABF99

RGB

 RED value IS 74 (29.3% from 255) = 17.7%

 GREEN value IS 191 (75% from 255) = 45.69%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 17.7%
G = 45.69%
B = 36.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#4ABF99 (or 0x4ABF99) is known color: Puerto Rico. HEX triplet: 4A, BF and 99. RGB value is (74,191,153). Sum of RGB (Red+Green+Blue) = 74+191+153=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABF99 is #B54066. Grayscale: #979797. Windows color (decimal): -11878503 or 10075978. OLE color: 10075978.

HSL color Cylindrical-coordinate representation of color #4ABF99: hue angle of 160.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABF99 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 153 -
CMYK 0.61 0 0.20 0.25
HSL 160.51º 0.48% 0.52% -
HSV(B) 160.51º 0.61% 0.75% -
XYZ 27.2 41.02 36.62 -
YUV 151.69 128.74 72.59 -
System Red Green Blue C M Y K H S L
Decimal 74 191 153 0.61 0 0.20 0.25 160.51 0.48 0.52
Hex 4A BF 99 3D 0 14 19 A1 30 34
Octal 112 277 231 75 0 24 31 241 60 64
Binary 1001010 10111111 10011001 111101 0 10100 11001 10100001 110000 110100

Color Harmonies of #4ABF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF99

Black with #4ABF99

Text Example


Text Example

White with #4ABF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,153); }

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

background-color css

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

 a { background-color: rgb(74,191,153); }

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

border-color css

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

 span { border-color: rgb(74,191,153); }

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