Html Css Color HEX #42BC48 Fruit Salad

📋 copy color: '#42BC48'

red 66 ◦ green 188 ◦ blue 72

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

Shades of Fruit Salad #42BC48

Tints of Fruit Salad #42BC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.67%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 20.25%
G = 57.67%
B = 22.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#42BC48 (or 0x42BC48) is known color: Fruit Salad. HEX triplet: 42, BC and 48. RGB value is (66,188,72). Sum of RGB (Red+Green+Blue) = 66+188+72=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC48 is #BD43B7. Grayscale: #8A8A8A. Windows color (decimal): -12403640 or 4766786. OLE color: 4766786.

HSL color Cylindrical-coordinate representation of color #42BC48: hue angle of 122.95º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC48 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 72 -
CMYK 0.65 0 0.62 0.26
HSL 122.95º 0.48% 0.5% -
HSV(B) 122.95º 0.65% 0.74% -
XYZ 21.4 37.59 12.26 -
YUV 138.3 90.58 76.43 -
System Red Green Blue C M Y K H S L
Decimal 66 188 72 0.65 0 0.62 0.26 122.95 0.48 0.5
Hex 42 BC 48 41 0 3E 1A 7B 30 32
Octal 102 274 110 101 0 76 32 173 60 62
Binary 1000010 10111100 1001000 1000001 0 111110 11010 1111011 110000 110010

Color Harmonies of #42BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC48

Black with #42BC48

Text Example


Text Example

White with #42BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,188,72); }

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

background-color css

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

 a { background-color: rgb(66,188,72); }

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

border-color css

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

 span { border-color: rgb(66,188,72); }

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