Html Css Color HEX #42AE4A Fruit Salad

📋 copy color: '#42AE4A'

red 66 ◦ green 174 ◦ blue 74

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

Shades of Fruit Salad #42AE4A

Tints of Fruit Salad #42AE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 21.02%
G = 55.41%
B = 23.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#42AE4A (or 0x42AE4A) is known color: Fruit Salad. HEX triplet: 42, AE and 4A. RGB value is (66,174,74). Sum of RGB (Red+Green+Blue) = 66+174+74=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AE4A is #BD51B5. Grayscale: #828282. Windows color (decimal): -12407222 or 4894274. OLE color: 4894274.

HSL color Cylindrical-coordinate representation of color #42AE4A: hue angle of 124.44º 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 #42AE4A is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 174 74 -
CMYK 0.62 0 0.57 0.32
HSL 124.44º 0.45% 0.47% -
HSV(B) 124.44º 0.62% 0.68% -
XYZ 18.62 31.92 11.66 -
YUV 130.31 96.22 82.13 -
System Red Green Blue C M Y K H S L
Decimal 66 174 74 0.62 0 0.57 0.32 124.44 0.45 0.47
Hex 42 AE 4A 3E 0 39 20 7C 2D 2F
Octal 102 256 112 76 0 71 40 174 55 57
Binary 1000010 10101110 1001010 111110 0 111001 100000 1111100 101101 101111

Color Harmonies of #42AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE4A

Black with #42AE4A

Text Example


Text Example

White with #42AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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