Html Css Color HEX #42A838 Fruit Salad

📋 copy color: '#42A838'

red 66 ◦ green 168 ◦ blue 56

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

Shades of Fruit Salad #42A838

Tints of Fruit Salad #42A838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 57.93%

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 22.76%
G = 57.93%
B = 19.31%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#42A838 (or 0x42A838) is known color: Fruit Salad. HEX triplet: 42, A8 and 38. RGB value is (66,168,56). Sum of RGB (Red+Green+Blue) = 66+168+56=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #42A838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A838 is #BD57C7. Grayscale: #7D7D7D. Windows color (decimal): -12408776 or 3713090. OLE color: 3713090.

HSL color Cylindrical-coordinate representation of color #42A838: hue angle of 114.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42A838 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 168 56 -
CMYK 0.61 0 0.67 0.34
HSL 114.64º 0.5% 0.44% -
HSV(B) 114.64º 0.67% 0.66% -
XYZ 16.96 29.45 8.53 -
YUV 124.73 89.21 86.11 -
System Red Green Blue C M Y K H S L
Decimal 66 168 56 0.61 0 0.67 0.34 114.64 0.5 0.44
Hex 42 A8 38 3D 0 43 22 73 32 2C
Octal 102 250 70 75 0 103 42 163 62 54
Binary 1000010 10101000 111000 111101 0 1000011 100010 1110011 110010 101100

Color Harmonies of #42A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A838

Black with #42A838

Text Example


Text Example

White with #42A838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,168,56); }

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

background-color css

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

 a { background-color: rgb(66,168,56); }

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

border-color css

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

 span { border-color: rgb(66,168,56); }

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