Html Css Color HEX #42C052 Fruit Salad

📋 copy color: '#42C052'

red 66 ◦ green 192 ◦ blue 82

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

Shades of Fruit Salad #42C052

Tints of Fruit Salad #42C052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 19.41%
G = 56.47%
B = 24.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#42C052 (or 0x42C052) is known color: Fruit Salad. HEX triplet: 42, C0 and 52. RGB value is (66,192,82). Sum of RGB (Red+Green+Blue) = 66+192+82=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #42C052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C052 is #BD3FAD. Grayscale: #8E8E8E. Windows color (decimal): -12402606 or 5423170. OLE color: 5423170.

HSL color Cylindrical-coordinate representation of color #42C052: hue angle of 127.62º 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 #42C052 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 82 -
CMYK 0.66 0 0.57 0.25
HSL 127.62º 0.5% 0.51% -
HSV(B) 127.62º 0.66% 0.75% -
XYZ 22.62 39.47 14.41 -
YUV 141.79 94.26 73.94 -
System Red Green Blue C M Y K H S L
Decimal 66 192 82 0.66 0 0.57 0.25 127.62 0.5 0.51
Hex 42 C0 52 42 0 39 19 80 32 33
Octal 102 300 122 102 0 71 31 200 62 63
Binary 1000010 11000000 1010010 1000010 0 111001 11001 10000000 110010 110011

Color Harmonies of #42C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C052

Black with #42C052

Text Example


Text Example

White with #42C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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