Html Css Color HEX #42B450 Fruit Salad

📋 copy color: '#42B450'

red 66 ◦ green 180 ◦ blue 80

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

Shades of Fruit Salad #42B450

Tints of Fruit Salad #42B450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.21%

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

R = 20.25%
G = 55.21%
B = 24.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#42B450 (or 0x42B450) is known color: Fruit Salad. HEX triplet: 42, B4 and 50. RGB value is (66,180,80). Sum of RGB (Red+Green+Blue) = 66+180+80=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #42B450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B450 is #BD4BAF. Grayscale: #868686. Windows color (decimal): -12405680 or 5289026. OLE color: 5289026.

HSL color Cylindrical-coordinate representation of color #42B450: hue angle of 127.37º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B450 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 80 -
CMYK 0.63 0 0.56 0.29
HSL 127.37º 0.46% 0.48% -
HSV(B) 127.37º 0.63% 0.71% -
XYZ 20.02 34.38 13.17 -
YUV 134.51 97.23 79.13 -
System Red Green Blue C M Y K H S L
Decimal 66 180 80 0.63 0 0.56 0.29 127.37 0.46 0.48
Hex 42 B4 50 3F 0 38 1D 7F 2E 30
Octal 102 264 120 77 0 70 35 177 56 60
Binary 1000010 10110100 1010000 111111 0 111000 11101 1111111 101110 110000

Color Harmonies of #42B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B450

Black with #42B450

Text Example


Text Example

White with #42B450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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