Html Css Color HEX #52BB68 Fern

📋 copy color: '#52BB68'

red 82 ◦ green 187 ◦ blue 104

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

Shades of Fern #52BB68

Tints of Fern #52BB68

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.13%

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 21.98%
G = 50.13%
B = 27.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#52BB68 (or 0x52BB68) is known color: Fern. HEX triplet: 52, BB and 68. RGB value is (82,187,104). Sum of RGB (Red+Green+Blue) = 82+187+104=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB68 is #AD4497. Grayscale: #929292. Windows color (decimal): -11355288 or 6863698. OLE color: 6863698.

HSL color Cylindrical-coordinate representation of color #52BB68: hue angle of 132.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BB68 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 104 -
CMYK 0.56 0 0.44 0.27
HSL 132.57º 0.44% 0.53% -
HSV(B) 132.57º 0.56% 0.73% -
XYZ 23.75 38.33 19.24 -
YUV 146.14 104.21 82.25 -
System Red Green Blue C M Y K H S L
Decimal 82 187 104 0.56 0 0.44 0.27 132.57 0.44 0.53
Hex 52 BB 68 38 0 2C 1B 85 2C 35
Octal 122 273 150 70 0 54 33 205 54 65
Binary 1010010 10111011 1101000 111000 0 101100 11011 10000101 101100 110101

Color Harmonies of #52BB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB68

Black with #52BB68

Text Example


Text Example

White with #52BB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,104); }

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

background-color css

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

 a { background-color: rgb(82,187,104); }

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

border-color css

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

 span { border-color: rgb(82,187,104); }

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