Html Css Color HEX #33B042 Fruit Salad

📋 copy color: '#33B042'

red 51 ◦ green 176 ◦ blue 66

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

Shades of Fruit Salad #33B042

Tints of Fruit Salad #33B042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 17.41%
G = 60.07%
B = 22.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#33B042 (or 0x33B042) is known color: Fruit Salad. HEX triplet: 33, B0 and 42. RGB value is (51,176,66). Sum of RGB (Red+Green+Blue) = 51+176+66=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 176 (69.14% from 255 or 60.07% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 176 - color contains mainly: green. Hex color #33B042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B042 is #CC4FBD. Grayscale: #7E7E7E. Windows color (decimal): -13389758 or 4370483. OLE color: 4370483.

HSL color Cylindrical-coordinate representation of color #33B042: hue angle of 127.2º 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 #33B042 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 176 66 -
CMYK 0.71 0 0.62 0.31
HSL 127.2º 0.55% 0.45% -
HSV(B) 127.2º 0.71% 0.69% -
XYZ 17.87 32.15 10.42 -
YUV 126.09 94.09 74.44 -
System Red Green Blue C M Y K H S L
Decimal 51 176 66 0.71 0 0.62 0.31 127.2 0.55 0.45
Hex 33 B0 42 47 0 3E 1F 7F 37 2D
Octal 63 260 102 107 0 76 37 177 67 55
Binary 110011 10110000 1000010 1000111 0 111110 11111 1111111 110111 101101

Color Harmonies of #33B042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B042

Black with #33B042

Text Example


Text Example

White with #33B042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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