Html Css Color HEX #42B23C Fruit Salad

📋 copy color: '#42B23C'

red 66 ◦ green 178 ◦ blue 60

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

Shades of Fruit Salad #42B23C

Tints of Fruit Salad #42B23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 21.71%
G = 58.55%
B = 19.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#42B23C (or 0x42B23C) is known color: Fruit Salad. HEX triplet: 42, B2 and 3C. RGB value is (66,178,60). Sum of RGB (Red+Green+Blue) = 66+178+60=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #42B23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B23C is #BD4DC3. Grayscale: #838383. Windows color (decimal): -12406212 or 3977794. OLE color: 3977794.

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

Color convert

RGB 66 178 60 -
CMYK 0.63 0 0.66 0.30
HSL 116.95º 0.5% 0.47% -
HSV(B) 116.95º 0.66% 0.7% -
XYZ 18.98 33.33 9.71 -
YUV 131.06 87.89 81.59 -
System Red Green Blue C M Y K H S L
Decimal 66 178 60 0.63 0 0.66 0.30 116.95 0.5 0.47
Hex 42 B2 3C 3F 0 42 1E 75 32 2F
Octal 102 262 74 77 0 102 36 165 62 57
Binary 1000010 10110010 111100 111111 0 1000010 11110 1110101 110010 101111

Color Harmonies of #42B23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B23C

Black with #42B23C

Text Example


Text Example

White with #42B23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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