Html Css Color HEX #42BF4A Fruit Salad

📋 copy color: '#42BF4A'

red 66 ◦ green 191 ◦ blue 74

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

Shades of Fruit Salad #42BF4A

Tints of Fruit Salad #42BF4A

RGB

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

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

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

R = 19.94%
G = 57.7%
B = 22.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#42BF4A (or 0x42BF4A) is known color: Fruit Salad. HEX triplet: 42, BF and 4A. RGB value is (66,191,74). Sum of RGB (Red+Green+Blue) = 66+191+74=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF4A is #BD40B5. Grayscale: #8C8C8C. Windows color (decimal): -12402870 or 4898626. OLE color: 4898626.

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

Color convert

RGB 66 191 74 -
CMYK 0.65 0 0.61 0.25
HSL 123.84º 0.49% 0.5% -
HSV(B) 123.84º 0.65% 0.75% -
XYZ 22.11 38.91 12.82 -
YUV 140.29 90.59 75.01 -
System Red Green Blue C M Y K H S L
Decimal 66 191 74 0.65 0 0.61 0.25 123.84 0.49 0.5
Hex 42 BF 4A 41 0 3D 19 7C 31 32
Octal 102 277 112 101 0 75 31 174 61 62
Binary 1000010 10111111 1001010 1000001 0 111101 11001 1111100 110001 110010

Color Harmonies of #42BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF4A

Black with #42BF4A

Text Example


Text Example

White with #42BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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