Html Css Color HEX #42A23F Fruit Salad

📋 copy color: '#42A23F'

red 66 ◦ green 162 ◦ blue 63

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

Shades of Fruit Salad #42A23F

Tints of Fruit Salad #42A23F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.67%

 BLUE value IS 63 (25% from 255) = 21.65%

R = 22.68%
G = 55.67%
B = 21.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#42A23F (or 0x42A23F) is known color: Fruit Salad. HEX triplet: 42, A2 and 3F. RGB value is (66,162,63). Sum of RGB (Red+Green+Blue) = 66+162+63=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #42A23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A23F is #BD5DC0. Grayscale: #7A7A7A. Windows color (decimal): -12410305 or 4170306. OLE color: 4170306.

HSL color Cylindrical-coordinate representation of color #42A23F: hue angle of 118.18º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A23F is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 162 63 -
CMYK 0.59 0 0.61 0.36
HSL 118.18º 0.44% 0.44% -
HSV(B) 118.18º 0.61% 0.64% -
XYZ 16.06 27.36 9.14 -
YUV 122.01 94.7 88.05 -
System Red Green Blue C M Y K H S L
Decimal 66 162 63 0.59 0 0.61 0.36 118.18 0.44 0.44
Hex 42 A2 3F 3B 0 3D 24 76 2C 2C
Octal 102 242 77 73 0 75 44 166 54 54
Binary 1000010 10100010 111111 111011 0 111101 100100 1110110 101100 101100

Color Harmonies of #42A23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A23F

Black with #42A23F

Text Example


Text Example

White with #42A23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,162,63); }

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

background-color css

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

 a { background-color: rgb(66,162,63); }

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

border-color css

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

 span { border-color: rgb(66,162,63); }

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