Html Css Color HEX #42B950 Fruit Salad

📋 copy color: '#42B950'

red 66 ◦ green 185 ◦ blue 80

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

Shades of Fruit Salad #42B950

Tints of Fruit Salad #42B950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 19.94%
G = 55.89%
B = 24.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#42B950 (or 0x42B950) is known color: Fruit Salad. HEX triplet: 42, B9 and 50. RGB value is (66,185,80). Sum of RGB (Red+Green+Blue) = 66+185+80=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #42B950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B950 is #BD46AF. Grayscale: #898989. Windows color (decimal): -12404400 or 5290306. OLE color: 5290306.

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

Color convert

RGB 66 185 80 -
CMYK 0.64 0 0.57 0.27
HSL 127.06º 0.47% 0.49% -
HSV(B) 127.06º 0.64% 0.73% -
XYZ 21.04 36.44 13.51 -
YUV 137.45 95.58 77.04 -
System Red Green Blue C M Y K H S L
Decimal 66 185 80 0.64 0 0.57 0.27 127.06 0.47 0.49
Hex 42 B9 50 40 0 39 1B 7F 2F 31
Octal 102 271 120 100 0 71 33 177 57 61
Binary 1000010 10111001 1010000 1000000 0 111001 11011 1111111 101111 110001

Color Harmonies of #42B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B950

Black with #42B950

Text Example


Text Example

White with #42B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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