Html Css Color HEX #42BF4B Fruit Salad

📋 copy color: '#42BF4B'

red 66 ◦ green 191 ◦ blue 75

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

Shades of Fruit Salad #42BF4B

Tints of Fruit Salad #42BF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.59%

R = 19.88%
G = 57.53%
B = 22.59%

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

#42BF4B (or 0x42BF4B) is known color: Fruit Salad. HEX triplet: 42, BF and 4B. RGB value is (66,191,75). Sum of RGB (Red+Green+Blue) = 66+191+75=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF4B is #BD40B4. Grayscale: #8C8C8C. Windows color (decimal): -12402869 or 4964162. OLE color: 4964162.

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

Color convert

RGB 66 191 75 -
CMYK 0.65 0 0.61 0.25
HSL 124.32º 0.49% 0.5% -
HSV(B) 124.32º 0.65% 0.75% -
XYZ 22.15 38.93 13 -
YUV 140.4 91.09 74.93 -
System Red Green Blue C M Y K H S L
Decimal 66 191 75 0.65 0 0.61 0.25 124.32 0.49 0.5
Hex 42 BF 4B 41 0 3D 19 7C 31 32
Octal 102 277 113 101 0 75 31 174 61 62
Binary 1000010 10111111 1001011 1000001 0 111101 11001 1111100 110001 110010

Color Harmonies of #42BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF4B

Black with #42BF4B

Text Example


Text Example

White with #42BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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