Html Css Color HEX #42B941 Fruit Salad

📋 copy color: '#42B941'

red 66 ◦ green 185 ◦ blue 65

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

Shades of Fruit Salad #42B941

Tints of Fruit Salad #42B941

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.54%

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

R = 20.89%
G = 58.54%
B = 20.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#42B941 (or 0x42B941) is known color: Fruit Salad. HEX triplet: 42, B9 and 41. RGB value is (66,185,65). Sum of RGB (Red+Green+Blue) = 66+185+65=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #42B941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B941 is #BD46BE. Grayscale: #888888. Windows color (decimal): -12404415 or 4307266. OLE color: 4307266.

HSL color Cylindrical-coordinate representation of color #42B941: hue angle of 119.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B941 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 65 -
CMYK 0.64 0 0.65 0.27
HSL 119.5º 0.48% 0.49% -
HSV(B) 119.5º 0.65% 0.73% -
XYZ 20.55 36.24 10.91 -
YUV 135.74 88.08 78.26 -
System Red Green Blue C M Y K H S L
Decimal 66 185 65 0.64 0 0.65 0.27 119.5 0.48 0.49
Hex 42 B9 41 40 0 41 1B 78 30 31
Octal 102 271 101 100 0 101 33 170 60 61
Binary 1000010 10111001 1000001 1000000 0 1000001 11011 1111000 110000 110001

Color Harmonies of #42B941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B941

Black with #42B941

Text Example


Text Example

White with #42B941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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