Html Css Color HEX #42B851 Fruit Salad

📋 copy color: '#42B851'

red 66 ◦ green 184 ◦ blue 81

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

Shades of Fruit Salad #42B851

Tints of Fruit Salad #42B851

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.59%

 BLUE value IS 81 (32.03% from 255) = 24.47%

R = 19.94%
G = 55.59%
B = 24.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#42B851 (or 0x42B851) is known color: Fruit Salad. HEX triplet: 42, B8 and 51. RGB value is (66,184,81). Sum of RGB (Red+Green+Blue) = 66+184+81=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #42B851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B851 is #BD47AE. Grayscale: #898989. Windows color (decimal): -12404655 or 5355586. OLE color: 5355586.

HSL color Cylindrical-coordinate representation of color #42B851: hue angle of 127.63º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B851 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 81 -
CMYK 0.64 0 0.56 0.28
HSL 127.63º 0.47% 0.49% -
HSV(B) 127.63º 0.64% 0.72% -
XYZ 20.87 36.03 13.64 -
YUV 136.98 96.41 77.38 -
System Red Green Blue C M Y K H S L
Decimal 66 184 81 0.64 0 0.56 0.28 127.63 0.47 0.49
Hex 42 B8 51 40 0 38 1C 80 2F 31
Octal 102 270 121 100 0 70 34 200 57 61
Binary 1000010 10111000 1010001 1000000 0 111000 11100 10000000 101111 110001

Color Harmonies of #42B851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B851

Black with #42B851

Text Example


Text Example

White with #42B851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,184,81); }

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

background-color css

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

 a { background-color: rgb(66,184,81); }

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

border-color css

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

 span { border-color: rgb(66,184,81); }

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