Html Css Color HEX #42AE41 Fruit Salad

📋 copy color: '#42AE41'

red 66 ◦ green 174 ◦ blue 65

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

Shades of Fruit Salad #42AE41

Tints of Fruit Salad #42AE41

RGB

 RED value IS 66 (26.17% from 255) = 21.64%

 GREEN value IS 174 (68.36% from 255) = 57.05%

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 21.64%
G = 57.05%
B = 21.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#42AE41 (or 0x42AE41) is known color: Fruit Salad. HEX triplet: 42, AE and 41. RGB value is (66,174,65). Sum of RGB (Red+Green+Blue) = 66+174+65=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AE41 is #BD51BE. Grayscale: #818181. Windows color (decimal): -12407231 or 4304450. OLE color: 4304450.

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

Color convert

RGB 66 174 65 -
CMYK 0.62 0 0.63 0.32
HSL 119.45º 0.46% 0.47% -
HSV(B) 119.45º 0.63% 0.68% -
XYZ 18.34 31.81 10.17 -
YUV 129.28 91.72 82.86 -
System Red Green Blue C M Y K H S L
Decimal 66 174 65 0.62 0 0.63 0.32 119.45 0.46 0.47
Hex 42 AE 41 3E 0 3F 20 77 2E 2F
Octal 102 256 101 76 0 77 40 167 56 57
Binary 1000010 10101110 1000001 111110 0 111111 100000 1110111 101110 101111

Color Harmonies of #42AE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE41

Black with #42AE41

Text Example


Text Example

White with #42AE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42AE41;
 }
 .AnyTagClassName
 {
   color: #42AE41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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