Html Css Color HEX #52BF68 Fern

📋 copy color: '#52BF68'

red 82 ◦ green 191 ◦ blue 104

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

Shades of Fern #52BF68

Tints of Fern #52BF68

RGB

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

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

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

R = 21.75%
G = 50.66%
B = 27.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#52BF68 (or 0x52BF68) is known color: Fern. HEX triplet: 52, BF and 68. RGB value is (82,191,104). Sum of RGB (Red+Green+Blue) = 82+191+104=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BF68 is #AD4097. Grayscale: #949494. Windows color (decimal): -11354264 or 6864722. OLE color: 6864722.

HSL color Cylindrical-coordinate representation of color #52BF68: hue angle of 132.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF68 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 191 104 -
CMYK 0.57 0 0.46 0.25
HSL 132.11º 0.46% 0.54% -
HSV(B) 132.11º 0.57% 0.75% -
XYZ 24.61 40.05 19.53 -
YUV 148.49 102.89 80.57 -
System Red Green Blue C M Y K H S L
Decimal 82 191 104 0.57 0 0.46 0.25 132.11 0.46 0.54
Hex 52 BF 68 39 0 2E 19 84 2E 36
Octal 122 277 150 71 0 56 31 204 56 66
Binary 1010010 10111111 1101000 111001 0 101110 11001 10000100 101110 110110

Color Harmonies of #52BF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BF68

Black with #52BF68

Text Example


Text Example

White with #52BF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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