Html Css Color HEX #42C654 Fruit Salad

📋 copy color: '#42C654'

red 66 ◦ green 198 ◦ blue 84

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

Shades of Fruit Salad #42C654

Tints of Fruit Salad #42C654

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.9%

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 18.97%
G = 56.9%
B = 24.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#42C654 (or 0x42C654) is known color: Fruit Salad. HEX triplet: 42, C6 and 54. RGB value is (66,198,84). Sum of RGB (Red+Green+Blue) = 66+198+84=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #42C654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C654 is #BD39AB. Grayscale: #919191. Windows color (decimal): -12401068 or 5555778. OLE color: 5555778.

HSL color Cylindrical-coordinate representation of color #42C654: hue angle of 128.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C654 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 198 84 -
CMYK 0.67 0 0.58 0.22
HSL 128.18º 0.54% 0.52% -
HSV(B) 128.18º 0.67% 0.78% -
XYZ 24.04 42.19 15.26 -
YUV 145.54 93.27 71.27 -
System Red Green Blue C M Y K H S L
Decimal 66 198 84 0.67 0 0.58 0.22 128.18 0.54 0.52
Hex 42 C6 54 43 0 3A 16 80 36 34
Octal 102 306 124 103 0 72 26 200 66 64
Binary 1000010 11000110 1010100 1000011 0 111010 10110 10000000 110110 110100

Color Harmonies of #42C654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C654

Black with #42C654

Text Example


Text Example

White with #42C654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,198,84); }

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

background-color css

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

 a { background-color: rgb(66,198,84); }

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

border-color css

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

 span { border-color: rgb(66,198,84); }

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