Html Css Color HEX #52BB65 Fern

📋 copy color: '#52BB65'

red 82 ◦ green 187 ◦ blue 101

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

Shades of Fern #52BB65

Tints of Fern #52BB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.3%

R = 22.16%
G = 50.54%
B = 27.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#52BB65 (or 0x52BB65) is known color: Fern. HEX triplet: 52, BB and 65. RGB value is (82,187,101). Sum of RGB (Red+Green+Blue) = 82+187+101=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB65 is #AD449A. Grayscale: #929292. Windows color (decimal): -11355291 or 6667090. OLE color: 6667090.

HSL color Cylindrical-coordinate representation of color #52BB65: hue angle of 130.86º 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 #52BB65 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 101 -
CMYK 0.56 0 0.46 0.27
HSL 130.86º 0.44% 0.53% -
HSV(B) 130.86º 0.56% 0.73% -
XYZ 23.6 38.27 18.46 -
YUV 145.8 102.71 82.49 -
System Red Green Blue C M Y K H S L
Decimal 82 187 101 0.56 0 0.46 0.27 130.86 0.44 0.53
Hex 52 BB 65 38 0 2E 1B 83 2C 35
Octal 122 273 145 70 0 56 33 203 54 65
Binary 1010010 10111011 1100101 111000 0 101110 11011 10000011 101100 110101

Color Harmonies of #52BB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB65

Black with #52BB65

Text Example


Text Example

White with #52BB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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