Html Css Color HEX #42B037 Fruit Salad

📋 copy color: '#42B037'

red 66 ◦ green 176 ◦ blue 55

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

Shades of Fruit Salad #42B037

Tints of Fruit Salad #42B037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.26%

 BLUE value IS 55 (21.88% from 255) = 18.52%

R = 22.22%
G = 59.26%
B = 18.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#42B037 (or 0x42B037) is known color: Fruit Salad. HEX triplet: 42, B0 and 37. RGB value is (66,176,55). Sum of RGB (Red+Green+Blue) = 66+176+55=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #42B037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B037 is #BD4FC8. Grayscale: #818181. Windows color (decimal): -12406729 or 3649602. OLE color: 3649602.

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

Color convert

RGB 66 176 55 -
CMYK 0.62 0 0.69 0.31
HSL 114.55º 0.52% 0.45% -
HSV(B) 114.55º 0.69% 0.69% -
XYZ 18.46 32.48 8.91 -
YUV 129.32 86.06 82.84 -
System Red Green Blue C M Y K H S L
Decimal 66 176 55 0.62 0 0.69 0.31 114.55 0.52 0.45
Hex 42 B0 37 3E 0 45 1F 73 34 2D
Octal 102 260 67 76 0 105 37 163 64 55
Binary 1000010 10110000 110111 111110 0 1000101 11111 1110011 110100 101101

Color Harmonies of #42B037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B037

Black with #42B037

Text Example


Text Example

White with #42B037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,176,55); }

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

background-color css

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

 a { background-color: rgb(66,176,55); }

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

border-color css

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

 span { border-color: rgb(66,176,55); }

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