#42AE4B

Color #42AE4B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #42AE4B

Tints of Fruit Salad #42AE4B

Color information

#42AE4B (or 0x42AE4B) is unknown color: approx Fruit Salad. HEX triplet: 42, AE and 4B. RGB value is (66,174,75). Sum of RGB (Red+Green+Blue) = 66+174+75=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AE4B is #BD51B4. Grayscale: #828282. Windows color (decimal): -12407221 or 4959810. OLE color: 4959810.

HSL color Cylindrical-coordinate representation of color #42AE4B: hue angle of 125º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AE4B is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB6617475-
CMYK0.6200.570.32
HSL125º45%47.06%-
HSV(B)125º62.07%68.24%-
XYZ18.6531.9411.84-
YUV130.4296.7282.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 174 (68.36% from 255) = 55.24%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=20.95%
G=55.24%
B=23.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66174750.6200.570.321254547.06
Hex42AE4B3E039207d2d2f
Octal10225611376071401755557
Binary100001010101110100101111111001110011000001111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AE4B; }

 p { color: rgb(66,174,75); }

 H1.HeaderClassName
 {
   color: #42AE4B;
 }
 .AnyTagClassName
 {
   color: #42AE4B;
 }
</style>
background-color css

<style>
 a { background-color: #42AE4B; }

 a { background-color: rgb(66,174,75); }

 div.DivClassName
 {
   background-color: #42AE4B;
 }
 .BgClassName
 {
   background-color: #42AE4B;
 }
</style>
border-color css

<style>
 span { border-color: #42AE4B; }

 span { border-color: rgb(66,174,75); }

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