Html Css Color HEX #42C04C Fruit Salad

📋 copy color: '#42C04C'

red 66 ◦ green 192 ◦ blue 76

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

Shades of Fruit Salad #42C04C

Tints of Fruit Salad #42C04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 19.76%
G = 57.49%
B = 22.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#42C04C (or 0x42C04C) is known color: Fruit Salad. HEX triplet: 42, C0 and 4C. RGB value is (66,192,76). Sum of RGB (Red+Green+Blue) = 66+192+76=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #42C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C04C is #BD3FB3. Grayscale: #8D8D8D. Windows color (decimal): -12402612 or 5029954. OLE color: 5029954.

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

Color convert

RGB 66 192 76 -
CMYK 0.66 0 0.60 0.25
HSL 124.76º 0.5% 0.51% -
HSV(B) 124.76º 0.66% 0.75% -
XYZ 22.4 39.38 13.26 -
YUV 141.1 91.26 74.43 -
System Red Green Blue C M Y K H S L
Decimal 66 192 76 0.66 0 0.60 0.25 124.76 0.5 0.51
Hex 42 C0 4C 42 0 3C 19 7D 32 33
Octal 102 300 114 102 0 74 31 175 62 63
Binary 1000010 11000000 1001100 1000010 0 111100 11001 1111101 110010 110011

Color Harmonies of #42C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C04C

Black with #42C04C

Text Example


Text Example

White with #42C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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