Html Css Color HEX #4CC045 Fruit Salad

📋 copy color: '#4CC045'

red 76 ◦ green 192 ◦ blue 69

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

Shades of Fruit Salad #4CC045

Tints of Fruit Salad #4CC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 22.55%
G = 56.97%
B = 20.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#4CC045 (or 0x4CC045) is known color: Fruit Salad. HEX triplet: 4C, C0 and 45. RGB value is (76,192,69). Sum of RGB (Red+Green+Blue) = 76+192+69=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC045 is #B33FBA. Grayscale: #8F8F8F. Windows color (decimal): -11747259 or 4571212. OLE color: 4571212.

HSL color Cylindrical-coordinate representation of color #4CC045: hue angle of 116.59º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CC045 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 69 -
CMYK 0.60 0 0.64 0.25
HSL 116.59º 0.49% 0.51% -
HSV(B) 116.59º 0.64% 0.75% -
XYZ 22.9 39.67 12.08 -
YUV 143.29 86.07 80 -
System Red Green Blue C M Y K H S L
Decimal 76 192 69 0.60 0 0.64 0.25 116.59 0.49 0.51
Hex 4C C0 45 3C 0 40 19 75 31 33
Octal 114 300 105 74 0 100 31 165 61 63
Binary 1001100 11000000 1000101 111100 0 1000000 11001 1110101 110001 110011

Color Harmonies of #4CC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC045

Black with #4CC045

Text Example


Text Example

White with #4CC045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,192,69); }

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

background-color css

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

 a { background-color: rgb(76,192,69); }

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

border-color css

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

 span { border-color: rgb(76,192,69); }

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