Html Css Color HEX #52C399 Puerto Rico

📋 copy color: '#52C399'

red 82 ◦ green 195 ◦ blue 153

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

Shades of Puerto Rico #52C399

Tints of Puerto Rico #52C399

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.35%

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

R = 19.07%
G = 45.35%
B = 35.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#52C399 (or 0x52C399) is known color: Puerto Rico. HEX triplet: 52, C3 and 99. RGB value is (82,195,153). Sum of RGB (Red+Green+Blue) = 82+195+153=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #52C399 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C399 is #AD3C66. Grayscale: #9C9C9C. Windows color (decimal): -11353191 or 10077010. OLE color: 10077010.

HSL color Cylindrical-coordinate representation of color #52C399: hue angle of 157.7º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C399 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 153 -
CMYK 0.58 0 0.22 0.24
HSL 157.7º 0.48% 0.54% -
HSV(B) 157.7º 0.58% 0.76% -
XYZ 28.74 43.12 36.95 -
YUV 156.43 126.06 74.92 -
System Red Green Blue C M Y K H S L
Decimal 82 195 153 0.58 0 0.22 0.24 157.7 0.48 0.54
Hex 52 C3 99 3A 0 16 18 9E 30 36
Octal 122 303 231 72 0 26 30 236 60 66
Binary 1010010 11000011 10011001 111010 0 10110 11000 10011110 110000 110110

Color Harmonies of #52C399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C399

Black with #52C399

Text Example


Text Example

White with #52C399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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