Html Css Color HEX #42C956 Fruit Salad

📋 copy color: '#42C956'

red 66 ◦ green 201 ◦ blue 86

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

Shades of Fruit Salad #42C956

Tints of Fruit Salad #42C956

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.94%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 18.7%
G = 56.94%
B = 24.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#42C956 (or 0x42C956) is known color: Fruit Salad. HEX triplet: 42, C9 and 56. RGB value is (66,201,86). Sum of RGB (Red+Green+Blue) = 66+201+86=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #42C956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C956 is #BD36A9. Grayscale: #939393. Windows color (decimal): -12400298 or 5687618. OLE color: 5687618.

HSL color Cylindrical-coordinate representation of color #42C956: hue angle of 128.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C956 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 86 -
CMYK 0.67 0 0.57 0.21
HSL 128.89º 0.56% 0.52% -
HSV(B) 128.89º 0.67% 0.79% -
XYZ 24.81 43.6 15.91 -
YUV 147.53 93.27 69.85 -
System Red Green Blue C M Y K H S L
Decimal 66 201 86 0.67 0 0.57 0.21 128.89 0.56 0.52
Hex 42 C9 56 43 0 39 15 81 38 34
Octal 102 311 126 103 0 71 25 201 70 64
Binary 1000010 11001001 1010110 1000011 0 111001 10101 10000001 111000 110100

Color Harmonies of #42C956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C956

Black with #42C956

Text Example


Text Example

White with #42C956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,86); }

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

background-color css

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

 a { background-color: rgb(66,201,86); }

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

border-color css

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

 span { border-color: rgb(66,201,86); }

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