Html Css Color HEX #42B24A Fruit Salad

📋 copy color: '#42B24A'

red 66 ◦ green 178 ◦ blue 74

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

Shades of Fruit Salad #42B24A

Tints of Fruit Salad #42B24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.97%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 20.75%
G = 55.97%
B = 23.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#42B24A (or 0x42B24A) is known color: Fruit Salad. HEX triplet: 42, B2 and 4A. RGB value is (66,178,74). Sum of RGB (Red+Green+Blue) = 66+178+74=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #42B24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B24A is #BD4DB5. Grayscale: #848484. Windows color (decimal): -12406198 or 4895298. OLE color: 4895298.

HSL color Cylindrical-coordinate representation of color #42B24A: hue angle of 124.29º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B24A is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 74 -
CMYK 0.63 0 0.58 0.30
HSL 124.29º 0.46% 0.48% -
HSV(B) 124.29º 0.63% 0.7% -
XYZ 19.4 33.49 11.92 -
YUV 132.66 94.89 80.46 -
System Red Green Blue C M Y K H S L
Decimal 66 178 74 0.63 0 0.58 0.30 124.29 0.46 0.48
Hex 42 B2 4A 3F 0 3A 1E 7C 2E 30
Octal 102 262 112 77 0 72 36 174 56 60
Binary 1000010 10110010 1001010 111111 0 111010 11110 1111100 101110 110000

Color Harmonies of #42B24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B24A

Black with #42B24A

Text Example


Text Example

White with #42B24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,178,74); }

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

background-color css

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

 a { background-color: rgb(66,178,74); }

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

border-color css

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

 span { border-color: rgb(66,178,74); }

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