Html Css Color HEX #42BA44 Fruit Salad

📋 copy color: '#42BA44'

red 66 ◦ green 186 ◦ blue 68

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

Shades of Fruit Salad #42BA44

Tints of Fruit Salad #42BA44

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.13%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 20.63%
G = 58.13%
B = 21.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#42BA44 (or 0x42BA44) is known color: Fruit Salad. HEX triplet: 42, BA and 44. RGB value is (66,186,68). Sum of RGB (Red+Green+Blue) = 66+186+68=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA44 is #BD45BB. Grayscale: #898989. Windows color (decimal): -12404156 or 4504130. OLE color: 4504130.

HSL color Cylindrical-coordinate representation of color #42BA44: hue angle of 121º 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 #42BA44 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 68 -
CMYK 0.65 0 0.63 0.27
HSL 121º 0.48% 0.49% -
HSV(B) 121º 0.65% 0.73% -
XYZ 20.85 36.69 11.45 -
YUV 136.67 89.24 77.59 -
System Red Green Blue C M Y K H S L
Decimal 66 186 68 0.65 0 0.63 0.27 121 0.48 0.49
Hex 42 BA 44 41 0 3F 1B 79 30 31
Octal 102 272 104 101 0 77 33 171 60 61
Binary 1000010 10111010 1000100 1000001 0 111111 11011 1111001 110000 110001

Color Harmonies of #42BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA44

Black with #42BA44

Text Example


Text Example

White with #42BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,68); }

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

background-color css

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

 a { background-color: rgb(66,186,68); }

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

border-color css

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

 span { border-color: rgb(66,186,68); }

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