Html Css Color HEX #42C455 Fruit Salad

📋 copy color: '#42C455'

red 66 ◦ green 196 ◦ blue 85

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

Shades of Fruit Salad #42C455

Tints of Fruit Salad #42C455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.48%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 19.02%
G = 56.48%
B = 24.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#42C455 (or 0x42C455) is known color: Fruit Salad. HEX triplet: 42, C4 and 55. RGB value is (66,196,85). Sum of RGB (Red+Green+Blue) = 66+196+85=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #42C455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C455 is #BD3BAA. Grayscale: #909090. Windows color (decimal): -12401579 or 5620802. OLE color: 5620802.

HSL color Cylindrical-coordinate representation of color #42C455: hue angle of 128.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C455 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 196 85 -
CMYK 0.66 0 0.57 0.23
HSL 128.77º 0.52% 0.51% -
HSV(B) 128.77º 0.66% 0.77% -
XYZ 23.63 41.29 15.32 -
YUV 144.48 94.43 72.03 -
System Red Green Blue C M Y K H S L
Decimal 66 196 85 0.66 0 0.57 0.23 128.77 0.52 0.51
Hex 42 C4 55 42 0 39 17 81 34 33
Octal 102 304 125 102 0 71 27 201 64 63
Binary 1000010 11000100 1010101 1000010 0 111001 10111 10000001 110100 110011

Color Harmonies of #42C455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C455

Black with #42C455

Text Example


Text Example

White with #42C455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,196,85); }

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

background-color css

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

 a { background-color: rgb(66,196,85); }

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

border-color css

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

 span { border-color: rgb(66,196,85); }

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