Html Css Color HEX #42B53E Fruit Salad

📋 copy color: '#42B53E'

red 66 ◦ green 181 ◦ blue 62

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

Shades of Fruit Salad #42B53E

Tints of Fruit Salad #42B53E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.58%

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 21.36%
G = 58.58%
B = 20.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#42B53E (or 0x42B53E) is known color: Fruit Salad. HEX triplet: 42, B5 and 3E. RGB value is (66,181,62). Sum of RGB (Red+Green+Blue) = 66+181+62=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #42B53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B53E is #BD4AC1. Grayscale: #858585. Windows color (decimal): -12405442 or 4109634. OLE color: 4109634.

HSL color Cylindrical-coordinate representation of color #42B53E: hue angle of 117.98º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42B53E is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 181 62 -
CMYK 0.64 0 0.66 0.29
HSL 117.98º 0.49% 0.48% -
HSV(B) 117.98º 0.66% 0.71% -
XYZ 19.64 34.55 10.19 -
YUV 133.05 87.9 80.18 -
System Red Green Blue C M Y K H S L
Decimal 66 181 62 0.64 0 0.66 0.29 117.98 0.49 0.48
Hex 42 B5 3E 40 0 42 1D 76 31 30
Octal 102 265 76 100 0 102 35 166 61 60
Binary 1000010 10110101 111110 1000000 0 1000010 11101 1110110 110001 110000

Color Harmonies of #42B53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B53E

Black with #42B53E

Text Example


Text Example

White with #42B53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,181,62); }

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

background-color css

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

 a { background-color: rgb(66,181,62); }

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

border-color css

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

 span { border-color: rgb(66,181,62); }

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