Html Css Color HEX #42B445 Fruit Salad

📋 copy color: '#42B445'

red 66 ◦ green 180 ◦ blue 69

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

Shades of Fruit Salad #42B445

Tints of Fruit Salad #42B445

RGB

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

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

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

R = 20.95%
G = 57.14%
B = 21.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#42B445 (or 0x42B445) is known color: Fruit Salad. HEX triplet: 42, B4 and 45. RGB value is (66,180,69). Sum of RGB (Red+Green+Blue) = 66+180+69=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #42B445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B445 is #BD4BBA. Grayscale: #858585. Windows color (decimal): -12405691 or 4568130. OLE color: 4568130.

HSL color Cylindrical-coordinate representation of color #42B445: hue angle of 121.58º 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 #42B445 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 69 -
CMYK 0.63 0 0.62 0.29
HSL 121.58º 0.46% 0.48% -
HSV(B) 121.58º 0.63% 0.71% -
XYZ 19.64 34.23 11.2 -
YUV 133.26 91.73 80.03 -
System Red Green Blue C M Y K H S L
Decimal 66 180 69 0.63 0 0.62 0.29 121.58 0.46 0.48
Hex 42 B4 45 3F 0 3E 1D 7A 2E 30
Octal 102 264 105 77 0 76 35 172 56 60
Binary 1000010 10110100 1000101 111111 0 111110 11101 1111010 101110 110000

Color Harmonies of #42B445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B445

Black with #42B445

Text Example


Text Example

White with #42B445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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