Html Css Color HEX #42A14B Fruit Salad

📋 copy color: '#42A14B'

red 66 ◦ green 161 ◦ blue 75

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

Shades of Fruit Salad #42A14B

Tints of Fruit Salad #42A14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.31%

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 21.85%
G = 53.31%
B = 24.83%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#42A14B (or 0x42A14B) is known color: Fruit Salad. HEX triplet: 42, A1 and 4B. RGB value is (66,161,75). Sum of RGB (Red+Green+Blue) = 66+161+75=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #42A14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A14B is #BD5EB4. Grayscale: #7B7B7B. Windows color (decimal): -12410549 or 4956482. OLE color: 4956482.

HSL color Cylindrical-coordinate representation of color #42A14B: hue angle of 125.68º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A14B is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 161 75 -
CMYK 0.59 0 0.53 0.37
HSL 125.68º 0.42% 0.45% -
HSV(B) 125.68º 0.59% 0.63% -
XYZ 16.26 27.16 11.04 -
YUV 122.79 101.03 87.49 -
System Red Green Blue C M Y K H S L
Decimal 66 161 75 0.59 0 0.53 0.37 125.68 0.42 0.45
Hex 42 A1 4B 3B 0 35 25 7E 2A 2D
Octal 102 241 113 73 0 65 45 176 52 55
Binary 1000010 10100001 1001011 111011 0 110101 100101 1111110 101010 101101

Color Harmonies of #42A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A14B

Black with #42A14B

Text Example


Text Example

White with #42A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,161,75); }

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

background-color css

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

 a { background-color: rgb(66,161,75); }

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

border-color css

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

 span { border-color: rgb(66,161,75); }

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