Html Css Color HEX #4CA74B Fruit Salad

📋 copy color: '#4CA74B'

red 76 ◦ green 167 ◦ blue 75

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

Shades of Fruit Salad #4CA74B

Tints of Fruit Salad #4CA74B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.52%

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 23.9%
G = 52.52%
B = 23.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#4CA74B (or 0x4CA74B) is known color: Fruit Salad. HEX triplet: 4C, A7 and 4B. RGB value is (76,167,75). Sum of RGB (Red+Green+Blue) = 76+167+75=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 167 (65.62% from 255 or 52.52% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 167 - color contains mainly: green. Hex color #4CA74B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA74B is #B358B4. Grayscale: #818181. Windows color (decimal): -11753653 or 4958028. OLE color: 4958028.

HSL color Cylindrical-coordinate representation of color #4CA74B: hue angle of 119.35º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA74B is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 167 75 -
CMYK 0.54 0 0.55 0.35
HSL 119.35º 0.38% 0.47% -
HSV(B) 119.35º 0.55% 0.65% -
XYZ 18.07 29.68 11.43 -
YUV 129.3 97.35 89.98 -
System Red Green Blue C M Y K H S L
Decimal 76 167 75 0.54 0 0.55 0.35 119.35 0.38 0.47
Hex 4C A7 4B 36 0 37 23 77 26 2F
Octal 114 247 113 66 0 67 43 167 46 57
Binary 1001100 10100111 1001011 110110 0 110111 100011 1110111 100110 101111

Color Harmonies of #4CA74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA74B

Black with #4CA74B

Text Example


Text Example

White with #4CA74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,167,75); }

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

background-color css

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

 a { background-color: rgb(76,167,75); }

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

border-color css

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

 span { border-color: rgb(76,167,75); }

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