Html Css Color HEX #42C04F Fruit Salad

📋 copy color: '#42C04F'

red 66 ◦ green 192 ◦ blue 79

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

Shades of Fruit Salad #42C04F

Tints of Fruit Salad #42C04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 19.58%
G = 56.97%
B = 23.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#42C04F (or 0x42C04F) is known color: Fruit Salad. HEX triplet: 42, C0 and 4F. RGB value is (66,192,79). Sum of RGB (Red+Green+Blue) = 66+192+79=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #42C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C04F is #BD3FB0. Grayscale: #8D8D8D. Windows color (decimal): -12402609 or 5226562. OLE color: 5226562.

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

Color convert

RGB 66 192 79 -
CMYK 0.66 0 0.59 0.25
HSL 126.19º 0.5% 0.51% -
HSV(B) 126.19º 0.66% 0.75% -
XYZ 22.51 39.42 13.82 -
YUV 141.44 92.76 74.19 -
System Red Green Blue C M Y K H S L
Decimal 66 192 79 0.66 0 0.59 0.25 126.19 0.5 0.51
Hex 42 C0 4F 42 0 3B 19 7E 32 33
Octal 102 300 117 102 0 73 31 176 62 63
Binary 1000010 11000000 1001111 1000010 0 111011 11001 1111110 110010 110011

Color Harmonies of #42C04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C04F

Black with #42C04F

Text Example


Text Example

White with #42C04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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