Html Css Color HEX #42C051 Fruit Salad

📋 copy color: '#42C051'

red 66 ◦ green 192 ◦ blue 81

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

Shades of Fruit Salad #42C051

Tints of Fruit Salad #42C051

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.64%

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

R = 19.47%
G = 56.64%
B = 23.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#42C051 (or 0x42C051) is known color: Fruit Salad. HEX triplet: 42, C0 and 51. RGB value is (66,192,81). Sum of RGB (Red+Green+Blue) = 66+192+81=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #42C051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C051 is #BD3FAE. Grayscale: #8D8D8D. Windows color (decimal): -12402607 or 5357634. OLE color: 5357634.

HSL color Cylindrical-coordinate representation of color #42C051: hue angle of 127.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C051 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 81 -
CMYK 0.66 0 0.58 0.25
HSL 127.14º 0.5% 0.51% -
HSV(B) 127.14º 0.66% 0.75% -
XYZ 22.58 39.45 14.21 -
YUV 141.67 93.76 74.03 -
System Red Green Blue C M Y K H S L
Decimal 66 192 81 0.66 0 0.58 0.25 127.14 0.5 0.51
Hex 42 C0 51 42 0 3A 19 7F 32 33
Octal 102 300 121 102 0 72 31 177 62 63
Binary 1000010 11000000 1010001 1000010 0 111010 11001 1111111 110010 110011

Color Harmonies of #42C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C051

Black with #42C051

Text Example


Text Example

White with #42C051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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