Html Css Color HEX #42AE3F Fruit Salad

📋 copy color: '#42AE3F'

red 66 ◦ green 174 ◦ blue 63

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

Shades of Fruit Salad #42AE3F

Tints of Fruit Salad #42AE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.79%

R = 21.78%
G = 57.43%
B = 20.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#42AE3F (or 0x42AE3F) is known color: Fruit Salad. HEX triplet: 42, AE and 3F. RGB value is (66,174,63). Sum of RGB (Red+Green+Blue) = 66+174+63=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AE3F is #BD51C0. Grayscale: #818181. Windows color (decimal): -12407233 or 4173378. OLE color: 4173378.

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

Color convert

RGB 66 174 63 -
CMYK 0.62 0 0.64 0.32
HSL 118.38º 0.47% 0.46% -
HSV(B) 118.38º 0.64% 0.68% -
XYZ 18.28 31.79 9.88 -
YUV 129.05 90.72 83.03 -
System Red Green Blue C M Y K H S L
Decimal 66 174 63 0.62 0 0.64 0.32 118.38 0.47 0.46
Hex 42 AE 3F 3E 0 40 20 76 2F 2E
Octal 102 256 77 76 0 100 40 166 57 56
Binary 1000010 10101110 111111 111110 0 1000000 100000 1110110 101111 101110

Color Harmonies of #42AE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE3F

Black with #42AE3F

Text Example


Text Example

White with #42AE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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