Html Css Color HEX #42C34F Fruit Salad

📋 copy color: '#42C34F'

red 66 ◦ green 195 ◦ blue 79

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

Shades of Fruit Salad #42C34F

Tints of Fruit Salad #42C34F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.35%

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

R = 19.41%
G = 57.35%
B = 23.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#42C34F (or 0x42C34F) is known color: Fruit Salad. HEX triplet: 42, C3 and 4F. RGB value is (66,195,79). Sum of RGB (Red+Green+Blue) = 66+195+79=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #42C34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C34F is #BD3CB0. Grayscale: #8F8F8F. Windows color (decimal): -12401841 or 5227330. OLE color: 5227330.

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

Color convert

RGB 66 195 79 -
CMYK 0.66 0 0.59 0.24
HSL 126.05º 0.52% 0.51% -
HSV(B) 126.05º 0.66% 0.76% -
XYZ 23.17 40.75 14.04 -
YUV 143.21 91.76 72.93 -
System Red Green Blue C M Y K H S L
Decimal 66 195 79 0.66 0 0.59 0.24 126.05 0.52 0.51
Hex 42 C3 4F 42 0 3B 18 7E 34 33
Octal 102 303 117 102 0 73 30 176 64 63
Binary 1000010 11000011 1001111 1000010 0 111011 11000 1111110 110100 110011

Color Harmonies of #42C34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C34F

Black with #42C34F

Text Example


Text Example

White with #42C34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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