Html Css Color HEX #52BA4B Fruit Salad

📋 copy color: '#52BA4B'

red 82 ◦ green 186 ◦ blue 75

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

Shades of Fruit Salad #52BA4B

Tints of Fruit Salad #52BA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.23%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 23.91%
G = 54.23%
B = 21.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#52BA4B (or 0x52BA4B) is known color: Fruit Salad. HEX triplet: 52, BA and 4B. RGB value is (82,186,75). Sum of RGB (Red+Green+Blue) = 82+186+75=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA4B is #AD45B4. Grayscale: #8E8E8E. Windows color (decimal): -11355573 or 4962898. OLE color: 4962898.

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

Color convert

RGB 82 186 75 -
CMYK 0.56 0 0.60 0.27
HSL 116.22º 0.45% 0.51% -
HSV(B) 116.22º 0.6% 0.73% -
XYZ 22.31 37.42 12.7 -
YUV 142.25 90.04 85.03 -
System Red Green Blue C M Y K H S L
Decimal 82 186 75 0.56 0 0.60 0.27 116.22 0.45 0.51
Hex 52 BA 4B 38 0 3C 1B 74 2D 33
Octal 122 272 113 70 0 74 33 164 55 63
Binary 1010010 10111010 1001011 111000 0 111100 11011 1110100 101101 110011

Color Harmonies of #52BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA4B

Black with #52BA4B

Text Example


Text Example

White with #52BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,186,75); }

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

background-color css

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

 a { background-color: rgb(82,186,75); }

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

border-color css

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

 span { border-color: rgb(82,186,75); }

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