Html Css Color HEX #53B25E Fruit Salad

📋 copy color: '#53B25E'

red 83 ◦ green 178 ◦ blue 94

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

Shades of Fruit Salad #53B25E

Tints of Fruit Salad #53B25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 23.38%
G = 50.14%
B = 26.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#53B25E (or 0x53B25E) is known color: Fruit Salad. HEX triplet: 53, B2 and 5E. RGB value is (83,178,94). Sum of RGB (Red+Green+Blue) = 83+178+94=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #53B25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B25E is #AC4DA1. Grayscale: #8C8C8C. Windows color (decimal): -11292066 or 6206035. OLE color: 6206035.

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

Color convert

RGB 83 178 94 -
CMYK 0.53 0 0.47 0.30
HSL 126.95º 0.38% 0.51% -
HSV(B) 126.95º 0.53% 0.7% -
XYZ 21.51 34.49 16.11 -
YUV 140.02 102.03 87.33 -
System Red Green Blue C M Y K H S L
Decimal 83 178 94 0.53 0 0.47 0.30 126.95 0.38 0.51
Hex 53 B2 5E 35 0 2F 1E 7F 26 33
Octal 123 262 136 65 0 57 36 177 46 63
Binary 1010011 10110010 1011110 110101 0 101111 11110 1111111 100110 110011

Color Harmonies of #53B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B25E

Black with #53B25E

Text Example


Text Example

White with #53B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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