Html Css Color HEX #53C04F Fruit Salad

📋 copy color: '#53C04F'

red 83 ◦ green 192 ◦ blue 79

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

Shades of Fruit Salad #53C04F

Tints of Fruit Salad #53C04F

RGB

 RED value IS 83 (32.81% from 255) = 23.45%

 GREEN value IS 192 (75.39% from 255) = 54.24%

 BLUE value IS 79 (31.25% from 255) = 22.32%

R = 23.45%
G = 54.24%
B = 22.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#53C04F (or 0x53C04F) is known color: Fruit Salad. HEX triplet: 53, C0 and 4F. RGB value is (83,192,79). Sum of RGB (Red+Green+Blue) = 83+192+79=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #53C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C04F is #AC3FB0. Grayscale: #929292. Windows color (decimal): -11288497 or 5226579. OLE color: 5226579.

HSL color Cylindrical-coordinate representation of color #53C04F: hue angle of 117.88º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C04F is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 79 -
CMYK 0.57 0 0.59 0.25
HSL 117.88º 0.47% 0.53% -
HSV(B) 117.88º 0.59% 0.75% -
XYZ 23.83 40.1 13.88 -
YUV 146.53 89.89 82.69 -
System Red Green Blue C M Y K H S L
Decimal 83 192 79 0.57 0 0.59 0.25 117.88 0.47 0.53
Hex 53 C0 4F 39 0 3B 19 76 2F 35
Octal 123 300 117 71 0 73 31 166 57 65
Binary 1010011 11000000 1001111 111001 0 111011 11001 1110110 101111 110101

Color Harmonies of #53C04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C04F

Black with #53C04F

Text Example


Text Example

White with #53C04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53C04F; }

 p { color: rgb(83,192,79); }

 H1.HeaderClassName
 {
   color: #53C04F;
 }
 .AnyTagClassName
 {
   color: #53C04F;
 }
</style>

background-color css

<style>
 a { background-color: #53C04F; }

 a { background-color: rgb(83,192,79); }

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

border-color css

<style>
 span { border-color: #53C04F; }

 span { border-color: rgb(83,192,79); }

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