Html Css Color HEX #42B945 Fruit Salad

📋 copy color: '#42B945'

red 66 ◦ green 185 ◦ blue 69

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

Shades of Fruit Salad #42B945

Tints of Fruit Salad #42B945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 20.63%
G = 57.81%
B = 21.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#42B945 (or 0x42B945) is known color: Fruit Salad. HEX triplet: 42, B9 and 45. RGB value is (66,185,69). Sum of RGB (Red+Green+Blue) = 66+185+69=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 185 (72.66% from 255 or 57.81% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 185 - color contains mainly: green. Hex color #42B945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B945 is #BD46BA. Grayscale: #888888. Windows color (decimal): -12404411 or 4569410. OLE color: 4569410.

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

Color convert

RGB 66 185 69 -
CMYK 0.64 0 0.63 0.27
HSL 121.51º 0.47% 0.49% -
HSV(B) 121.51º 0.64% 0.73% -
XYZ 20.67 36.29 11.54 -
YUV 136.2 90.08 77.93 -
System Red Green Blue C M Y K H S L
Decimal 66 185 69 0.64 0 0.63 0.27 121.51 0.47 0.49
Hex 42 B9 45 40 0 3F 1B 7A 2F 31
Octal 102 271 105 100 0 77 33 172 57 61
Binary 1000010 10111001 1000101 1000000 0 111111 11011 1111010 101111 110001

Color Harmonies of #42B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B945

Black with #42B945

Text Example


Text Example

White with #42B945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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