Html Css Color HEX #42BF4C Fruit Salad

📋 copy color: '#42BF4C'

red 66 ◦ green 191 ◦ blue 76

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

Shades of Fruit Salad #42BF4C

Tints of Fruit Salad #42BF4C

RGB

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

 GREEN value IS 191 (75% from 255) = 57.36%

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 19.82%
G = 57.36%
B = 22.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#42BF4C (or 0x42BF4C) is known color: Fruit Salad. HEX triplet: 42, BF and 4C. RGB value is (66,191,76). Sum of RGB (Red+Green+Blue) = 66+191+76=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF4C is #BD40B3. Grayscale: #8C8C8C. Windows color (decimal): -12402868 or 5029698. OLE color: 5029698.

HSL color Cylindrical-coordinate representation of color #42BF4C: hue angle of 124.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BF4C is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 76 -
CMYK 0.65 0 0.60 0.25
HSL 124.8º 0.49% 0.5% -
HSV(B) 124.8º 0.65% 0.75% -
XYZ 22.18 38.94 13.18 -
YUV 140.52 91.59 74.85 -
System Red Green Blue C M Y K H S L
Decimal 66 191 76 0.65 0 0.60 0.25 124.8 0.49 0.5
Hex 42 BF 4C 41 0 3C 19 7D 31 32
Octal 102 277 114 101 0 74 31 175 61 62
Binary 1000010 10111111 1001100 1000001 0 111100 11001 1111101 110001 110010

Color Harmonies of #42BF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF4C

Black with #42BF4C

Text Example


Text Example

White with #42BF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,191,76); }

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

background-color css

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

 a { background-color: rgb(66,191,76); }

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

border-color css

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

 span { border-color: rgb(66,191,76); }

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