Html Css Color HEX #42C24D Fruit Salad

📋 copy color: '#42C24D'

red 66 ◦ green 194 ◦ blue 77

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

Shades of Fruit Salad #42C24D

Tints of Fruit Salad #42C24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.57%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 19.58%
G = 57.57%
B = 22.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#42C24D (or 0x42C24D) is known color: Fruit Salad. HEX triplet: 42, C2 and 4D. RGB value is (66,194,77). Sum of RGB (Red+Green+Blue) = 66+194+77=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #42C24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C24D is #BD3DB2. Grayscale: #8E8E8E. Windows color (decimal): -12402099 or 5096002. OLE color: 5096002.

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

Color convert

RGB 66 194 77 -
CMYK 0.66 0 0.60 0.24
HSL 125.16º 0.51% 0.51% -
HSV(B) 125.16º 0.66% 0.76% -
XYZ 22.88 40.28 13.59 -
YUV 142.39 91.09 73.51 -
System Red Green Blue C M Y K H S L
Decimal 66 194 77 0.66 0 0.60 0.24 125.16 0.51 0.51
Hex 42 C2 4D 42 0 3C 18 7D 33 33
Octal 102 302 115 102 0 74 30 175 63 63
Binary 1000010 11000010 1001101 1000010 0 111100 11000 1111101 110011 110011

Color Harmonies of #42C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C24D

Black with #42C24D

Text Example


Text Example

White with #42C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,194,77); }

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

background-color css

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

 a { background-color: rgb(66,194,77); }

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

border-color css

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

 span { border-color: rgb(66,194,77); }

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