Html Css Color HEX #42B239 Fruit Salad

📋 copy color: '#42B239'

red 66 ◦ green 178 ◦ blue 57

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

Shades of Fruit Salad #42B239

Tints of Fruit Salad #42B239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.94%

R = 21.93%
G = 59.14%
B = 18.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#42B239 (or 0x42B239) is known color: Fruit Salad. HEX triplet: 42, B2 and 39. RGB value is (66,178,57). Sum of RGB (Red+Green+Blue) = 66+178+57=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #42B239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B239 is #BD4DC6. Grayscale: #838383. Windows color (decimal): -12406215 or 3781186. OLE color: 3781186.

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

Color convert

RGB 66 178 57 -
CMYK 0.63 0 0.68 0.30
HSL 115.54º 0.51% 0.46% -
HSV(B) 115.54º 0.68% 0.7% -
XYZ 18.91 33.29 9.3 -
YUV 130.72 86.39 81.84 -
System Red Green Blue C M Y K H S L
Decimal 66 178 57 0.63 0 0.68 0.30 115.54 0.51 0.46
Hex 42 B2 39 3F 0 44 1E 74 33 2E
Octal 102 262 71 77 0 104 36 164 63 56
Binary 1000010 10110010 111001 111111 0 1000100 11110 1110100 110011 101110

Color Harmonies of #42B239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B239

Black with #42B239

Text Example


Text Example

White with #42B239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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