Html Css Color HEX #53B24A Fruit Salad

📋 copy color: '#53B24A'

red 83 ◦ green 178 ◦ blue 74

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

Shades of Fruit Salad #53B24A

Tints of Fruit Salad #53B24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.13%

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 24.78%
G = 53.13%
B = 22.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#53B24A (or 0x53B24A) is known color: Fruit Salad. HEX triplet: 53, B2 and 4A. RGB value is (83,178,74). Sum of RGB (Red+Green+Blue) = 83+178+74=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #53B24A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B24A is #AC4DB5. Grayscale: #8A8A8A. Windows color (decimal): -11292086 or 4895315. OLE color: 4895315.

HSL color Cylindrical-coordinate representation of color #53B24A: hue angle of 114.81º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53B24A is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 74 -
CMYK 0.53 0 0.58 0.30
HSL 114.81º 0.41% 0.49% -
HSV(B) 114.81º 0.58% 0.7% -
XYZ 20.72 34.17 11.98 -
YUV 137.74 92.03 88.96 -
System Red Green Blue C M Y K H S L
Decimal 83 178 74 0.53 0 0.58 0.30 114.81 0.41 0.49
Hex 53 B2 4A 35 0 3A 1E 73 29 31
Octal 123 262 112 65 0 72 36 163 51 61
Binary 1010011 10110010 1001010 110101 0 111010 11110 1110011 101001 110001

Color Harmonies of #53B24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B24A

Black with #53B24A

Text Example


Text Example

White with #53B24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,178,74); }

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

background-color css

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

 a { background-color: rgb(83,178,74); }

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

border-color css

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

 span { border-color: rgb(83,178,74); }

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