Html Css Color HEX #45AB53 Fruit Salad

📋 copy color: '#45AB53'

red 69 ◦ green 171 ◦ blue 83

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

Shades of Fruit Salad #45AB53

Tints of Fruit Salad #45AB53

RGB

 RED value IS 69 (27.34% from 255) = 21.36%

 GREEN value IS 171 (67.19% from 255) = 52.94%

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 21.36%
G = 52.94%
B = 25.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#45AB53 (or 0x45AB53) is known color: Fruit Salad. HEX triplet: 45, AB and 53. RGB value is (69,171,83). Sum of RGB (Red+Green+Blue) = 69+171+83=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB53 is #BA54AC. Grayscale: #828282. Windows color (decimal): -12211373 or 5483333. OLE color: 5483333.

HSL color Cylindrical-coordinate representation of color #45AB53: hue angle of 128.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB53 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 171 83 -
CMYK 0.60 0 0.51 0.33
HSL 128.24º 0.43% 0.47% -
HSV(B) 128.24º 0.6% 0.67% -
XYZ 18.58 31.02 13.19 -
YUV 130.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 69 171 83 0.60 0 0.51 0.33 128.24 0.43 0.47
Hex 45 AB 53 3C 0 33 21 80 2A 2F
Octal 105 253 123 74 0 63 41 200 52 57
Binary 1000101 10101011 1010011 111100 0 110011 100001 10000000 101010 101111

Color Harmonies of #45AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AB53

Black with #45AB53

Text Example


Text Example

White with #45AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45AB53; }

 p { color: rgb(69,171,83); }

 H1.HeaderClassName
 {
   color: #45AB53;
 }
 .AnyTagClassName
 {
   color: #45AB53;
 }
</style>

background-color css

<style>
 a { background-color: #45AB53; }

 a { background-color: rgb(69,171,83); }

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

border-color css

<style>
 span { border-color: #45AB53; }

 span { border-color: rgb(69,171,83); }

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