Html Css Color HEX #42B141 Fruit Salad

📋 copy color: '#42B141'

red 66 ◦ green 177 ◦ blue 65

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

Shades of Fruit Salad #42B141

Tints of Fruit Salad #42B141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.47%

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

R = 21.43%
G = 57.47%
B = 21.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#42B141 (or 0x42B141) is known color: Fruit Salad. HEX triplet: 42, B1 and 41. RGB value is (66,177,65). Sum of RGB (Red+Green+Blue) = 66+177+65=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #42B141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B141 is #BD4EBE. Grayscale: #838383. Windows color (decimal): -12406463 or 4305218. OLE color: 4305218.

HSL color Cylindrical-coordinate representation of color #42B141: hue angle of 119.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B141 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 177 65 -
CMYK 0.63 0 0.63 0.31
HSL 119.46º 0.46% 0.47% -
HSV(B) 119.46º 0.63% 0.69% -
XYZ 18.92 32.98 10.37 -
YUV 131.04 90.73 81.61 -
System Red Green Blue C M Y K H S L
Decimal 66 177 65 0.63 0 0.63 0.31 119.46 0.46 0.47
Hex 42 B1 41 3F 0 3F 1F 77 2E 2F
Octal 102 261 101 77 0 77 37 167 56 57
Binary 1000010 10110001 1000001 111111 0 111111 11111 1110111 101110 101111

Color Harmonies of #42B141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B141

Black with #42B141

Text Example


Text Example

White with #42B141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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