Html Css Color HEX #42B248 Fruit Salad

📋 copy color: '#42B248'

red 66 ◦ green 178 ◦ blue 72

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

Shades of Fruit Salad #42B248

Tints of Fruit Salad #42B248

RGB

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

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

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

R = 20.89%
G = 56.33%
B = 22.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#42B248 (or 0x42B248) is known color: Fruit Salad. HEX triplet: 42, B2 and 48. RGB value is (66,178,72). Sum of RGB (Red+Green+Blue) = 66+178+72=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #42B248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B248 is #BD4DB7. Grayscale: #848484. Windows color (decimal): -12406200 or 4764226. OLE color: 4764226.

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

Color convert

RGB 66 178 72 -
CMYK 0.63 0 0.60 0.30
HSL 123.21º 0.46% 0.48% -
HSV(B) 123.21º 0.63% 0.7% -
XYZ 19.34 33.47 11.57 -
YUV 132.43 93.89 80.62 -
System Red Green Blue C M Y K H S L
Decimal 66 178 72 0.63 0 0.60 0.30 123.21 0.46 0.48
Hex 42 B2 48 3F 0 3C 1E 7B 2E 30
Octal 102 262 110 77 0 74 36 173 56 60
Binary 1000010 10110010 1001000 111111 0 111100 11110 1111011 101110 110000

Color Harmonies of #42B248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B248

Black with #42B248

Text Example


Text Example

White with #42B248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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