Html Css Color HEX #52CB99 Puerto Rico

📋 copy color: '#52CB99'

red 82 ◦ green 203 ◦ blue 153

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

Shades of Puerto Rico #52CB99

Tints of Puerto Rico #52CB99

RGB

 RED value IS 82 (32.42% from 255) = 18.72%

 GREEN value IS 203 (79.69% from 255) = 46.35%

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

R = 18.72%
G = 46.35%
B = 34.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#52CB99 (or 0x52CB99) is known color: Puerto Rico. HEX triplet: 52, CB and 99. RGB value is (82,203,153). Sum of RGB (Red+Green+Blue) = 82+203+153=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CB99 is #AD3466. Grayscale: #A1A1A1. Windows color (decimal): -11351143 or 10079058. OLE color: 10079058.

HSL color Cylindrical-coordinate representation of color #52CB99: hue angle of 155.21º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CB99 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 203 153 -
CMYK 0.60 0 0.25 0.20
HSL 155.21º 0.54% 0.56% -
HSV(B) 155.21º 0.6% 0.8% -
XYZ 30.59 46.81 37.56 -
YUV 161.12 123.41 71.57 -
System Red Green Blue C M Y K H S L
Decimal 82 203 153 0.60 0 0.25 0.20 155.21 0.54 0.56
Hex 52 CB 99 3C 0 19 14 9B 36 38
Octal 122 313 231 74 0 31 24 233 66 70
Binary 1010010 11001011 10011001 111100 0 11001 10100 10011011 110110 111000

Color Harmonies of #52CB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CB99

Black with #52CB99

Text Example


Text Example

White with #52CB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52CB99; }

 p { color: rgb(82,203,153); }

 H1.HeaderClassName
 {
   color: #52CB99;
 }
 .AnyTagClassName
 {
   color: #52CB99;
 }
</style>

background-color css

<style>
 a { background-color: #52CB99; }

 a { background-color: rgb(82,203,153); }

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

border-color css

<style>
 span { border-color: #52CB99; }

 span { border-color: rgb(82,203,153); }

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