Html Css Color HEX #4CA253 Fruit Salad

📋 copy color: '#4CA253'

red 76 ◦ green 162 ◦ blue 83

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

Shades of Fruit Salad #4CA253

Tints of Fruit Salad #4CA253

RGB

 RED value IS 76 (30.08% from 255) = 23.68%

 GREEN value IS 162 (63.67% from 255) = 50.47%

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

R = 23.68%
G = 50.47%
B = 25.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#4CA253 (or 0x4CA253) is known color: Fruit Salad. HEX triplet: 4C, A2 and 53. RGB value is (76,162,83). Sum of RGB (Red+Green+Blue) = 76+162+83=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA253 is #B35DAC. Grayscale: #7F7F7F. Windows color (decimal): -11754925 or 5481036. OLE color: 5481036.

HSL color Cylindrical-coordinate representation of color #4CA253: hue angle of 124.88º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA253 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 162 83 -
CMYK 0.53 0 0.49 0.36
HSL 124.88º 0.36% 0.47% -
HSV(B) 124.88º 0.53% 0.64% -
XYZ 17.46 28 12.67 -
YUV 127.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 76 162 83 0.53 0 0.49 0.36 124.88 0.36 0.47
Hex 4C A2 53 35 0 31 24 7D 24 2F
Octal 114 242 123 65 0 61 44 175 44 57
Binary 1001100 10100010 1010011 110101 0 110001 100100 1111101 100100 101111

Color Harmonies of #4CA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA253

Black with #4CA253

Text Example


Text Example

White with #4CA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CA253; }

 p { color: rgb(76,162,83); }

 H1.HeaderClassName
 {
   color: #4CA253;
 }
 .AnyTagClassName
 {
   color: #4CA253;
 }
</style>

background-color css

<style>
 a { background-color: #4CA253; }

 a { background-color: rgb(76,162,83); }

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

border-color css

<style>
 span { border-color: #4CA253; }

 span { border-color: rgb(76,162,83); }

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