Html Css Color HEX #33B040 Fruit Salad

📋 copy color: '#33B040'

red 51 ◦ green 176 ◦ blue 64

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

Shades of Fruit Salad #33B040

Tints of Fruit Salad #33B040

RGB

 RED value IS 51 (20.31% from 255) = 17.53%

 GREEN value IS 176 (69.14% from 255) = 60.48%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 17.53%
G = 60.48%
B = 21.99%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#33B040 (or 0x33B040) is known color: Fruit Salad. HEX triplet: 33, B0 and 40. RGB value is (51,176,64). Sum of RGB (Red+Green+Blue) = 51+176+64=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #33B040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B040 is #CC4FBF. Grayscale: #7E7E7E. Windows color (decimal): -13389760 or 4239411. OLE color: 4239411.

HSL color Cylindrical-coordinate representation of color #33B040: hue angle of 126.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B040 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 176 64 -
CMYK 0.71 0 0.64 0.31
HSL 126.24º 0.55% 0.45% -
HSV(B) 126.24º 0.71% 0.69% -
XYZ 17.82 32.12 10.11 -
YUV 125.86 93.09 74.61 -
System Red Green Blue C M Y K H S L
Decimal 51 176 64 0.71 0 0.64 0.31 126.24 0.55 0.45
Hex 33 B0 40 47 0 40 1F 7E 37 2D
Octal 63 260 100 107 0 100 37 176 67 55
Binary 110011 10110000 1000000 1000111 0 1000000 11111 1111110 110111 101101

Color Harmonies of #33B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B040

Black with #33B040

Text Example


Text Example

White with #33B040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33B040; }

 p { color: rgb(51,176,64); }

 H1.HeaderClassName
 {
   color: #33B040;
 }
 .AnyTagClassName
 {
   color: #33B040;
 }
</style>

background-color css

<style>
 a { background-color: #33B040; }

 a { background-color: rgb(51,176,64); }

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

border-color css

<style>
 span { border-color: #33B040; }

 span { border-color: rgb(51,176,64); }

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