Html Css Color HEX #3FB74B Fruit Salad

📋 copy color: '#3FB74B'

red 63 ◦ green 183 ◦ blue 75

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

Shades of Fruit Salad #3FB74B

Tints of Fruit Salad #3FB74B

RGB

 RED value IS 63 (25% from 255) = 19.63%

 GREEN value IS 183 (71.88% from 255) = 57.01%

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

R = 19.63%
G = 57.01%
B = 23.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#3FB74B (or 0x3FB74B) is known color: Fruit Salad. HEX triplet: 3F, B7 and 4B. RGB value is (63,183,75). Sum of RGB (Red+Green+Blue) = 63+183+75=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB74B is #C048B4. Grayscale: #878787. Windows color (decimal): -12601525 or 4962111. OLE color: 4962111.

HSL color Cylindrical-coordinate representation of color #3FB74B: hue angle of 126º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB74B is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 63 183 75 -
CMYK 0.66 0 0.59 0.28
HSL 126º 0.49% 0.48% -
HSV(B) 126º 0.66% 0.72% -
XYZ 20.25 35.43 12.43 -
YUV 134.81 94.24 76.78 -
System Red Green Blue C M Y K H S L
Decimal 63 183 75 0.66 0 0.59 0.28 126 0.49 0.48
Hex 3F B7 4B 42 0 3B 1C 7E 31 30
Octal 77 267 113 102 0 73 34 176 61 60
Binary 111111 10110111 1001011 1000010 0 111011 11100 1111110 110001 110000

Color Harmonies of #3FB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB74B

Black with #3FB74B

Text Example


Text Example

White with #3FB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FB74B; }

 p { color: rgb(63,183,75); }

 H1.HeaderClassName
 {
   color: #3FB74B;
 }
 .AnyTagClassName
 {
   color: #3FB74B;
 }
</style>

background-color css

<style>
 a { background-color: #3FB74B; }

 a { background-color: rgb(63,183,75); }

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

border-color css

<style>
 span { border-color: #3FB74B; }

 span { border-color: rgb(63,183,75); }

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