Html Css Color HEX #52B74C Fruit Salad

📋 copy color: '#52B74C'

red 82 ◦ green 183 ◦ blue 76

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

Shades of Fruit Salad #52B74C

Tints of Fruit Salad #52B74C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.67%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 24.05%
G = 53.67%
B = 22.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#52B74C (or 0x52B74C) is known color: Fruit Salad. HEX triplet: 52, B7 and 4C. RGB value is (82,183,76). Sum of RGB (Red+Green+Blue) = 82+183+76=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #52B74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B74C is #AD48B3. Grayscale: #8C8C8C. Windows color (decimal): -11356340 or 5027666. OLE color: 5027666.

HSL color Cylindrical-coordinate representation of color #52B74C: hue angle of 116.64º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52B74C is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 76 -
CMYK 0.55 0 0.58 0.28
HSL 116.64º 0.43% 0.51% -
HSV(B) 116.64º 0.58% 0.72% -
XYZ 21.72 36.18 12.68 -
YUV 140.6 91.54 86.2 -
System Red Green Blue C M Y K H S L
Decimal 82 183 76 0.55 0 0.58 0.28 116.64 0.43 0.51
Hex 52 B7 4C 37 0 3A 1C 75 2B 33
Octal 122 267 114 67 0 72 34 165 53 63
Binary 1010010 10110111 1001100 110111 0 111010 11100 1110101 101011 110011

Color Harmonies of #52B74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B74C

Black with #52B74C

Text Example


Text Example

White with #52B74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,76); }

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

background-color css

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

 a { background-color: rgb(82,183,76); }

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

border-color css

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

 span { border-color: rgb(82,183,76); }

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