Html Css Color HEX #42BD4A Fruit Salad

📋 copy color: '#42BD4A'

red 66 ◦ green 189 ◦ blue 74

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

Shades of Fruit Salad #42BD4A

Tints of Fruit Salad #42BD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.45%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 20.06%
G = 57.45%
B = 22.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#42BD4A (or 0x42BD4A) is known color: Fruit Salad. HEX triplet: 42, BD and 4A. RGB value is (66,189,74). Sum of RGB (Red+Green+Blue) = 66+189+74=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD4A is #BD42B5. Grayscale: #8B8B8B. Windows color (decimal): -12403382 or 4898114. OLE color: 4898114.

HSL color Cylindrical-coordinate representation of color #42BD4A: hue angle of 123.9º 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 #42BD4A is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 189 74 -
CMYK 0.65 0 0.61 0.26
HSL 123.9º 0.48% 0.5% -
HSV(B) 123.9º 0.65% 0.74% -
XYZ 21.68 38.05 12.68 -
YUV 139.11 91.25 75.85 -
System Red Green Blue C M Y K H S L
Decimal 66 189 74 0.65 0 0.61 0.26 123.9 0.48 0.5
Hex 42 BD 4A 41 0 3D 1A 7C 30 32
Octal 102 275 112 101 0 75 32 174 60 62
Binary 1000010 10111101 1001010 1000001 0 111101 11010 1111100 110000 110010

Color Harmonies of #42BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BD4A

Black with #42BD4A

Text Example


Text Example

White with #42BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,189,74); }

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

background-color css

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

 a { background-color: rgb(66,189,74); }

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

border-color css

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

 span { border-color: rgb(66,189,74); }

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