Html Css Color HEX #42B045 Fruit Salad

📋 copy color: '#42B045'

red 66 ◦ green 176 ◦ blue 69

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

Shades of Fruit Salad #42B045

Tints of Fruit Salad #42B045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 21.22%
G = 56.59%
B = 22.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#42B045 (or 0x42B045) is known color: Fruit Salad. HEX triplet: 42, B0 and 45. RGB value is (66,176,69). Sum of RGB (Red+Green+Blue) = 66+176+69=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #42B045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B045 is #BD4FBA. Grayscale: #838383. Windows color (decimal): -12406715 or 4567106. OLE color: 4567106.

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

Color convert

RGB 66 176 69 -
CMYK 0.62 0 0.61 0.31
HSL 121.64º 0.45% 0.47% -
HSV(B) 121.64º 0.63% 0.69% -
XYZ 18.85 32.64 10.94 -
YUV 130.91 93.06 81.7 -
System Red Green Blue C M Y K H S L
Decimal 66 176 69 0.62 0 0.61 0.31 121.64 0.45 0.47
Hex 42 B0 45 3E 0 3D 1F 7A 2D 2F
Octal 102 260 105 76 0 75 37 172 55 57
Binary 1000010 10110000 1000101 111110 0 111101 11111 1111010 101101 101111

Color Harmonies of #42B045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B045

Black with #42B045

Text Example


Text Example

White with #42B045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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