Html Css Color HEX #42AF41 Fruit Salad

📋 copy color: '#42AF41'

red 66 ◦ green 175 ◦ blue 65

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

Shades of Fruit Salad #42AF41

Tints of Fruit Salad #42AF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.19%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 21.57%
G = 57.19%
B = 21.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#42AF41 (or 0x42AF41) is known color: Fruit Salad. HEX triplet: 42, AF and 41. RGB value is (66,175,65). Sum of RGB (Red+Green+Blue) = 66+175+65=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF41 is #BD50BE. Grayscale: #828282. Windows color (decimal): -12406975 or 4304706. OLE color: 4304706.

HSL color Cylindrical-coordinate representation of color #42AF41: hue angle of 119.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42AF41 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 65 -
CMYK 0.62 0 0.63 0.31
HSL 119.45º 0.46% 0.47% -
HSV(B) 119.45º 0.63% 0.69% -
XYZ 18.53 32.2 10.24 -
YUV 129.87 91.39 82.44 -
System Red Green Blue C M Y K H S L
Decimal 66 175 65 0.62 0 0.63 0.31 119.45 0.46 0.47
Hex 42 AF 41 3E 0 3F 1F 77 2E 2F
Octal 102 257 101 76 0 77 37 167 56 57
Binary 1000010 10101111 1000001 111110 0 111111 11111 1110111 101110 101111

Color Harmonies of #42AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF41

Black with #42AF41

Text Example


Text Example

White with #42AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,175,65); }

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

background-color css

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

 a { background-color: rgb(66,175,65); }

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

border-color css

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

 span { border-color: rgb(66,175,65); }

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