Html Css Color HEX #3FC452 Fruit Salad

📋 copy color: '#3FC452'

red 63 ◦ green 196 ◦ blue 82

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

Shades of Fruit Salad #3FC452

Tints of Fruit Salad #3FC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.48%

 BLUE value IS 82 (32.42% from 255) = 24.05%

R = 18.48%
G = 57.48%
B = 24.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#3FC452 (or 0x3FC452) is known color: Fruit Salad. HEX triplet: 3F, C4 and 52. RGB value is (63,196,82). Sum of RGB (Red+Green+Blue) = 63+196+82=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 196 (76.95% from 255 or 57.48% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC452 is #C03BAD. Grayscale: #8F8F8F. Windows color (decimal): -12598190 or 5424191. OLE color: 5424191.

HSL color Cylindrical-coordinate representation of color #3FC452: hue angle of 128.57º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC452 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 63 196 82 -
CMYK 0.68 0 0.58 0.23
HSL 128.57º 0.53% 0.51% -
HSV(B) 128.57º 0.68% 0.77% -
XYZ 23.31 41.15 14.7 -
YUV 143.24 93.44 70.77 -
System Red Green Blue C M Y K H S L
Decimal 63 196 82 0.68 0 0.58 0.23 128.57 0.53 0.51
Hex 3F C4 52 44 0 3A 17 81 35 33
Octal 77 304 122 104 0 72 27 201 65 63
Binary 111111 11000100 1010010 1000100 0 111010 10111 10000001 110101 110011

Color Harmonies of #3FC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC452

Black with #3FC452

Text Example


Text Example

White with #3FC452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,196,82); }

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

background-color css

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

 a { background-color: rgb(63,196,82); }

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

border-color css

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

 span { border-color: rgb(63,196,82); }

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